2020-06-17 11:40:29 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-06-17 12:09:08 +00:00
|
|
|
curl -L https://get.oh-my.fish > /tmp/omf-install.fish
|
|
|
|
fish /tmp/omf-install.fish --noninteractive --yes
|
2020-06-17 11:40:29 +00:00
|
|
|
|
|
|
|
# Install bobthefish and bass
|
2020-06-17 12:09:08 +00:00
|
|
|
fish -c "omf install bobthefish bass"
|