added oh-my-fish infrastructure
This commit is contained in:
parent
4294e114ec
commit
daf4b3681b
4 changed files with 12 additions and 0 deletions
8
fish.sh
Normal file
8
fish.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
#installs and sets up oh-my-fish
|
||||
sudo apt install git fish
|
||||
curl -L https://get.oh-my.fish | fish
|
||||
#omf theme install bobthefish
|
||||
ln -s "$HOME/stevset/fish/omf" "$HOME/.config/omf"
|
||||
omf install
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue