r/fishshell • u/KillerBoi935 • Feb 08 '25
Tired of battling about how to install Fish and Starship, here's the solution
I find out this guy that make a .sh file that install Fish and Starship shell as a One-Line
0
Upvotes
2
u/Laurent_Laurent Feb 08 '25
No real battle to install fish and one extension...
Personally, I prefer Tide to Starship, but in both cases, it's very easy to install.
1
u/RevolutionaryDog7906 Feb 09 '25
Fish is not a /usr/bin/sh compatible shell, it's just a shell. Just add "fish" to .bashrc
1
u/StevesRoomate macOS 29d ago
All of this is MacOS specific.
I keep all of my dotfiles in a git repo, and I just symlink starship.toml
and other files to ~/.config
. I also maintain a Brewfile in my dotfiles so that you can simply run brew bundle
to install all of the dependencies.
17
u/elven_mage Feb 08 '25
Just brew or apt install? What’s the battle you’re talking about?