Fish stuff
This commit is contained in:
parent
a04c931dc0
commit
f0eba84362
2 changed files with 4 additions and 5 deletions
|
|
@ -21,11 +21,8 @@ sudo apt install -y wget fish java-common atop
|
||||||
# Change my shell to fish.
|
# Change my shell to fish.
|
||||||
sudo chsh -s /usr/bin/fish $USER
|
sudo chsh -s /usr/bin/fish $USER
|
||||||
|
|
||||||
# Install fisher
|
# Install fish related stuff
|
||||||
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
|
/usr/bin/fish "./setup.fish"
|
||||||
|
|
||||||
# nvm.fish
|
|
||||||
fisher install jorgebucaran/nvm.fish
|
|
||||||
|
|
||||||
# Make sure that the gitconfig that's on my computer links to my shared
|
# Make sure that the gitconfig that's on my computer links to my shared
|
||||||
# config.
|
# config.
|
||||||
|
|
|
||||||
2
setup.fish
Normal file
2
setup.fish
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
|
||||||
|
fisher install jorgebucaran/nvm.fish
|
||||||
Loading…
Add table
Add a link
Reference in a new issue