script cleanup
This commit is contained in:
parent
a8cd608f8a
commit
d726a6812c
4 changed files with 27 additions and 25 deletions
8
fish.sh
8
fish.sh
|
@ -1,7 +1,13 @@
|
|||
#!/bin/bash
|
||||
#installs and sets up oh-my-fish
|
||||
sudo apt install git fish
|
||||
curl -L https://get.oh-my.fish | fish
|
||||
|
||||
#Set up configuration
|
||||
ln -s "$HOME/stevset/fish/omf" "$HOME/.config/"
|
||||
|
||||
#download script
|
||||
curl -L https://get.oh-my.fish | fish
|
||||
|
||||
#setup theme
|
||||
omf install bobthefish
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue