Your shell prompt, ON STEROIDS // Starship

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • Starship has been gaining A LOT of traction in the past year and for a good reason; it's light, fast, extremely easy to configure and change. It's already part of my current setup and I think it's time others learn about it!
    LINKS
    ▶ starship.rs
    ▶ dotfiles.omerx...
    MY FAVOURITE GEAR
    * If you enjoy my content, using the links below will help me with a small commission, so thank you!
    ⌨️ My keyboard is the wonderful HHKB: amzn.to/3HwJG60
    🔗 The HHKB is wired with a high quality coiled cable: amzn.to/3DCA87d
    ⌨️ Backup keyboard (for traveling mainly) - Nuphy Air60: amzn.to/3R3M7jz
    🖥️ My ultra wide 49" monitor: amzn.to/3JbVThC
    🎙️ Microphone - Shure MV7X: amzn.to/3kA7tZZ
    🦾 Boom Arm - amzn.to/3ZmQgln
    🎤 Audio Interface (for XLR microphones) - Focusrite Scarlett Solo: amzn.to/3Z3fBkQ
    🦾 Heavy Duty Monitor Arm: amzn.to/3kKp7tS
    🖱️ Mouse - MX Master 3: amzn.to/3DiZmaj
    📷 Camera - ZVE10: amzn.to/3I1jfVS
    🎥 Lens - Sigma 1.4 16mm: amzn.to/3BfFN15
    CONSIDER SUPPORTING THIS CHANNEL
    ☕ Buy me a coffee: www.buymeacoff...
    🎷 60 day free Epidemic Music!: share.epidemic...
    MY KEY LINKS
    📰 Join my newsletter! newsletter.ome...
    🍿 Subscribe: www.youtube.co...
    🌍 My website: omerxx.com
    🗞️ Dev & Ops tools Telegram channel: t.me/espressops
    🎙️ DevOps Topeaks Podcast: topeaks.buzzsp...
    #productivity #notes #notetaking #neovim #terminal #system #program #dev #devops #software #sysadmin #sysops #linux #terminal #console #cli #keyboard #commandline

Комментарии • 76

  • @Redyf
    @Redyf 11 месяцев назад +10

    I love starship, it's so good. I've been using it on NixOS for over a year now

  • @jzetterman
    @jzetterman Месяц назад +2

    Your dotfiles page doesn't seem to work over HTTPS

  • @lmnts556
    @lmnts556 11 месяцев назад +6

    For me I find that starship and the base ZSH is good, not oh-my-zsh, but the base of ZSH itself. Then you just add autosuggestions, syntax highlighting and z. That's about it and its good2go. Starship for windows, zsh for wsl or linux.
    And remember debloating is king, go through your plugins and think, do I really need this or can I remove it? Go for a setup that works but is also minimal and is easily replicated to other systems.

    • @mroyme
      @mroyme 10 месяцев назад +1

      I run the exact same setup, now. Used oh-my-zsh, p10k in the past and it really was bogging the performance down. Starship + Zsh community plugins is all I need.

  • @lornelorne5727
    @lornelorne5727 27 дней назад +1

    Which nerd font are you using? Also the dotfiles link in the video description doesn't work.

    • @devopstoolbox
      @devopstoolbox  27 дней назад

      Nerd font - the usual, nothing special... the link dotfiles.omerxx.com sometimes breaks, it's forwarded to github.com/omerxx/dotfiles

  • @Redyf
    @Redyf 11 месяцев назад +2

    Great video, can you share your neovim statusline config?

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад

      Sure, this is lualine I have installed and my dotfiles are here - dotfiles.omerxx.com

  • @samarthnagar1516
    @samarthnagar1516 11 месяцев назад +2

    Idk if i should switch to this from my pretty minimal and zsh setup i mean it have like 8 plugins web search auto complete and syntax highlighting being the main ones i use oh my posh for ui changes i guess in future but rn im not in mood of spending an weekend on this task

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад

      Of course not! If your setup works well for you its not worth your time. But know that it is out there, and when you feel things get bloated or clunky just check it out!

    • @samarthnagar1516
      @samarthnagar1516 10 месяцев назад

      yea there will be time for upgrade soon it will be nice one thing handling all shell things @@devopstoolbox

  • @aimestereo
    @aimestereo 11 месяцев назад +3

    Thanks, use starship for half a year, for me: it's the best prompt I can get with 0 configurations, also it sometime glitches when moving in and out of input modes (vim mode).
    P.S. I don't see links to your config!

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад

      Thanks!
      And sorry, it wasn't pushed, now it's here: github.com/omerxx/dotfiles/blob/master/starship/starship.toml

  • @Yoplat
    @Yoplat 11 месяцев назад +6

    pk10 instant prompt and transient prompt are so much better than any alternatives that I can’t go back

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад +2

      This used to be my setup for years! But I'm tired of the complex configuration and hacky scripts. I wanted something simple!

  • @brunolevy3406
    @brunolevy3406 11 месяцев назад +1

    What is your terminal font? Jetbrains?

    • @devopstoolbox
      @devopstoolbox  9 месяцев назад

      Got to this very late :) yes, jetbrains mono!

  • @alienews0
    @alienews0 5 месяцев назад

    great video and great shell ! I think i'm gonna love it ♥

  • @Linuxdirk
    @Linuxdirk 2 дня назад

    Call me oldschool, but using ZSH, I’m having this in my config:
    PS1='%B%F{yellow}[%m] %(!.%F{red}.%F{green})%n %F{blue}%~ %F{white}%(!.#.$)%f%b '
    No extra tools needed, still looking fine, and gives the most relevant information without distracting the user from using the command line with unnecessary clutter all over the place.

  • @Tony_Sol
    @Tony_Sol 11 месяцев назад +1

    what do you think about spaceship prompt? is it better than starship?
    (btw, i’m on default zsh with a couple of plugins, there is enough bundled customization for me)

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад

      Feels similar only bash based. Don’t have real experience tho. Do you recommend?

    • @Tony_Sol
      @Tony_Sol 11 месяцев назад +1

      @@devopstoolbox don't have real experience neither :c
      just looking around and thinking about switch from native zsh

  • @chang112x
    @chang112x 7 месяцев назад +1

    What keyboard is that

    • @devopstoolbox
      @devopstoolbox  7 месяцев назад +1

      This is the HHKB!
      It's still with me but I've now moved to a split keyboard, specifically ZSA moonlander

    • @chang112x
      @chang112x 7 месяцев назад

      @@devopstoolbox thanks ! :)

  • @Heffsta02
    @Heffsta02 3 месяца назад

    wait starship replaces omz?

  • @karesztrk
    @karesztrk 11 месяцев назад

    Thank god. Starship was preinstalled on my Distro

  • @shimongb
    @shimongb 11 месяцев назад

    I was using p10k for 2 years and it got slow and buggy when some plugins conflicted etc. found starship by accident few month ago and it is just on another level on all aspects

  • @shyampadia
    @shyampadia 8 месяцев назад +1

    can you make a video on all rust based terminal with nushell, how would that affect the performance?

  • @tswdev
    @tswdev 9 месяцев назад

    How are you connecting your ultra wide to mac and still have proper resolution and good refresh rate?

    • @devopstoolbox
      @devopstoolbox  9 месяцев назад +1

      Nothing special about it but it’s definitely not 4K far from it. When I first got it I thought something was wrong. But the feeling of being able to sit *in front* of something rather than tilting my head sideways in a split monitor setup while maintaining real estate is something I can’t go back from :)

    • @tswdev
      @tswdev 9 месяцев назад

      @@devopstoolbox I get that! I got a Samsung G9 Neo myself, love it. However, when connecting to my work macbook pro I cant get full resolution on it.
      I am working with a split screen basically, mac on left, linux or windows on right, and share mouse and keyboard with InputLeap.
      It works well but tbh, I should just use 1 computer (the mac laptop) when I am working, it would be more efficient.
      But I cant get full resolution on it :/ I bought a special usb-c to hdmi cable on amazon, it seemed to work after a bunch of hacks but it wasnt stable, I end up returning the cable.

  • @marlonsbardelatti202
    @marlonsbardelatti202 11 месяцев назад

    I downloaded in linux, add the end of the line in my .zshrc and sourced it but it didnt work, any ideas why? I didnt find anything that could help me

    • @marlonsbardelatti202
      @marlonsbardelatti202 11 месяцев назад

      Ok so i couldnt do it while using zsh, when i changed to bash and modified the .bashrc it works, hope this can help someone

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад +1

      @@marlonsbardelatti202 quite strange, I’m running with zsh. Maybe you’re running another shell prompt like oh my zsh?
      Try souring it in a different place and see what happens

    • @marlonsbardelatti202
      @marlonsbardelatti202 11 месяцев назад

      @@devopstoolbox alright ill try it

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад +1

      Let me know how it goes!@@marlonsbardelatti202

  • @tzabbi
    @tzabbi Месяц назад

    I'm the only one where the github link does not work?

    • @devopstoolbox
      @devopstoolbox  Месяц назад +1

      The github cname is funky. Try github.com/omerxx/dotfiles

    • @tzabbi
      @tzabbi Месяц назад

      Thank you!❤

  • @laughingvampire7555
    @laughingvampire7555 4 месяца назад +2

    using oh-my-zsh no wonder it was slow your shell, all the shell frameworks are just heavily bloated, like bash-it or oh-my-bash, they are all bloated all you need is to copy what you really use from them and make your own configuration from scratch.

  • @comfysage
    @comfysage 11 месяцев назад

    i love your videos, ..... but sometimes you go a bit overboard with the animations/sounds. your videos are amazing but the video is sometimes really distracting from the script.

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад

      I agree. Still earning the balance, thanks for the feedback! If you can, please keep it coming, this is how I learn.
      Thanks!

  • @wolfpoker
    @wolfpoker 11 месяцев назад +1

    Excuse me where the fck was the suggestion for your channel 10 months ago? :P

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад +1

      Haha better late than never right? Welcome my friend 🙏🏽

  • @akbng
    @akbng 11 месяцев назад +17

    Mine maybe controversial but I moved from starship to p10k because of the interactive config wizard so that I spend less time on configuring it. I already have lots of other tools to configure so I don't want another tbh. And I never faced any issue with it so far (been almost 10 months)

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад +4

      As long as it works for you!
      Mine started making funny noises, and I had hardtime tracking the configurations and custom changes. Starship feels like a fresh clean start and is giving me everything I need with far less hassle

    • @j4yd34d5
      @j4yd34d5 11 месяцев назад +5

      why would this be controversial? p10k is faster than starship it’s just lacking in customization options

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад +7

      @@j4yd34d5 honestly, my experience is different, starship feels faster and leaner

    • @ajayshankerz
      @ajayshankerz 10 месяцев назад

      Video Idea: Benchmark them@@devopstoolbox

    • @theherk
      @theherk 8 месяцев назад

      I don't think that is controversial, but as somebody that uses several shells, primarily fish, starship is much more portable.

  • @c_kemper
    @c_kemper 11 месяцев назад +1

    Here’s a challenge: do a few videos on Nix and HomeManager ;)

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад +1

      Been contemplating nix for a long time! I’ll get there :)
      HomeManager is a new one though, checking it out thanks !

    • @c_kemper
      @c_kemper 11 месяцев назад

      @@devopstoolbox it’s well worth the rabbit hole, been there, never came back 😂

  • @jackz166
    @jackz166 4 месяца назад +1

    too much distraction

    • @mytyang1248
      @mytyang1248 4 месяца назад

      Arch user detected👀

  • @wondays654
    @wondays654 11 месяцев назад

    Starship over everything.

  • @omeravraham23
    @omeravraham23 8 месяцев назад

    is there a way to add aliases of bash functions or long commnads like in a .bashrc / .zshrc ?

    • @devopstoolbox
      @devopstoolbox  8 месяцев назад

      Not really sure but why would you want your aliases to live in a prompt rather than an rc file?

    • @omeravraham23
      @omeravraham23 8 месяцев назад

      @@devopstoolbox i'm not but after installing starship all my zshrc aliases stopped working...

    • @devopstoolbox
      @devopstoolbox  8 месяцев назад

      @@omeravraham23 really? Sounds strange, if you source the rc file on a shell do they work again? If they are check what’s the default shell that starts and then what’s being imported

  • @ascourter
    @ascourter 11 месяцев назад +6

    Switched from oh-my-zsh to starship this year too. Definitely a very fast prompt

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад +1

      🙏🏽

    • @faridlannabi
      @faridlannabi 2 месяца назад

      @@devopstoolbox oh-my-zsh is not a prompt

    • @devopstoolbox
      @devopstoolbox  2 месяца назад

      @@faridlannabi oh my zsh is a zsh config framework that configures its prompt

    • @faridlannabi
      @faridlannabi 2 месяца назад

      @@devopstoolbox so if its a framework its not a prompt, be precis bro, with omz you enable some plugin which can custom the prompt ! so its not a prompt, you can not say, i switch from omz to sharship.
      You can use OMZ and starship at the same time, you juste have to uncomment theme line in your zshrc
      something you can say, it's, i witch from power10k to starship

  • @DevALot
    @DevALot 11 месяцев назад

    Amazing tool & video !

  • @thomassteven8323
    @thomassteven8323 11 месяцев назад

    Just realized you are the host of a podcast I like!

    • @devopstoolbox
      @devopstoolbox  11 месяцев назад +1

      What an honor ❤️🙏🏽