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
|
||||||
|
|
2
fish/omf/bundle
Normal file
2
fish/omf/bundle
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
theme bobthefish
|
||||||
|
theme default
|
1
fish/omf/channel
Normal file
1
fish/omf/channel
Normal file
|
@ -0,0 +1 @@
|
||||||
|
stable
|
1
fish/omf/theme
Normal file
1
fish/omf/theme
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bobthefish
|
Loading…
Add table
Add a link
Reference in a new issue