fish-conf/setup.sh

11 lines
269 B
Bash
Raw Permalink Normal View History

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
2023-07-17 08:29:52 +00:00
mkdir -p ~/.local/bin/
2023-07-13 07:55:27 +00:00
curl -s https://ohmyposh.dev/install.sh | bash -s -- -d ~/.local/bin
2020-06-17 11:40:29 +00:00
# Install bobthefish and bass
2023-07-13 07:55:27 +00:00
fish -c "omf install bass"