fish-conf/setup.sh
2023-07-13 09:55:27 +02:00

10 lines
246 B
Bash

#!/bin/bash
curl -L https://get.oh-my.fish > /tmp/omf-install.fish
fish /tmp/omf-install.fish --noninteractive --yes
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/.local/bin
# Install bobthefish and bass
fish -c "omf install bass"