dotfiles/install_init.sh

10 lines
189 B
Bash
Raw Normal View History

2018-03-04 10:07:06 +01:00
#!/bin/bash
function installInit {
printHeading "Install OMF"
2018-09-28 16:42:55 +02:00
curl -L https://get.oh-my.fish | fish
2018-03-04 10:07:06 +01:00
printSubHeading "Install OMF Theme"
fish -c "omf install bobthefish"
}