No description
Find a file
2024-02-26 09:29:37 +01:00
dotbot@3f9e409669 Initial commit 2024-02-18 12:36:03 +01:00
fish Add basic done script 2024-02-26 09:29:37 +01:00
git Change git conflict style to zdiff3 2024-02-24 10:40:19 +01:00
.gitmodules Remove bash, add fish 2024-02-22 10:30:07 +01:00
install Initial commit 2024-02-18 12:36:03 +01:00
install.conf.yaml Remove bash, add fish 2024-02-22 10:30:07 +01:00
README.md Add basic done script 2024-02-26 09:29:37 +01:00

set -U fish_greeting

fish_config theme choose 'Tomorrow Night Bright'
fish_config theme save

fisher install fishgretel/fasd
fisher install gazorby/fish-exa
fisher install fischerling/plugin-wd
fisher install jethrokuan/fzf
fisher install franciscolourenco/done
fisher install acomagu/fish-async-prompt
fisher install pure-fish/pure

# starship preset pure-preset -o ~/.config/starship.toml

set -U __done_allow_nongraphical 1
set -U __done_notification_command "_ntfy_done \$title \$message"