Fish stuff

This commit is contained in:
John Doty 2022-10-26 06:41:28 -07:00
parent a04c931dc0
commit f0eba84362
2 changed files with 4 additions and 5 deletions

View file

@ -21,11 +21,8 @@ sudo apt install -y wget fish java-common atop
# Change my shell to fish.
sudo chsh -s /usr/bin/fish $USER
# Install fisher
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
# nvm.fish
fisher install jorgebucaran/nvm.fish
# Install fish related stuff
/usr/bin/fish "./setup.fish"
# Make sure that the gitconfig that's on my computer links to my shared
# config.

2
setup.fish Normal file
View file

@ -0,0 +1,2 @@
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
fisher install jorgebucaran/nvm.fish