7 lines
186 B
Bash
7 lines
186 B
Bash
#!/bin/bash
|
|
|
|
curl -L https://get.oh-my.fish > /tmp/omf-install.fish
|
|
fish /tmp/omf-install.fish --noninteractive --yes
|
|
|
|
# Install bobthefish and bass
|
|
fish -c "omf install bobthefish bass" |