added oh-my-fish infrastructure

This commit is contained in:
Stefen Auris 2020-11-15 00:51:27 -05:00
parent 4294e114ec
commit daf4b3681b
4 changed files with 12 additions and 0 deletions

8
fish.sh Normal file
View 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

2
fish/omf/bundle Normal file
View file

@ -0,0 +1,2 @@
theme bobthefish
theme default

1
fish/omf/channel Normal file
View file

@ -0,0 +1 @@
stable

1
fish/omf/theme Normal file
View file

@ -0,0 +1 @@
bobthefish