6 lines
123 B
Bash
6 lines
123 B
Bash
#!/bin/bash
|
|
|
|
curl -L https://get.oh-my.fish | fish
|
|
|
|
# Install bobthefish and bass
|
|
echo "omf install bobthefish bass" | fish |