Update 'setup.sh'

This commit is contained in:
Mikaël Capelle 2020-06-17 12:09:08 +00:00
parent 3be0bb076d
commit a9dec506b3
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
curl -L https://get.oh-my.fish | fish
curl -L https://get.oh-my.fish > /tmp/omf-install.fish
fish /tmp/omf-install.fish --noninteractive --yes
# Install bobthefish and bass
echo "omf install bobthefish bass" | fish
fish -c "omf install bobthefish bass"