dotfiles/README.md

22 lines
555 B
Markdown
Raw Normal View History

2024-02-22 14:18:07 +01:00
```sh
2024-03-05 14:33:30 +01:00
cargo install topgrade lsd git-delta cargo-update
2024-02-22 12:16:33 +01:00
set -U fish_greeting
2024-02-26 09:29:37 +01:00
2024-02-22 12:16:33 +01:00
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
2024-02-24 22:11:39 +01:00
fisher install acomagu/fish-async-prompt
fisher install pure-fish/pure
2024-02-22 12:16:33 +01:00
2024-02-26 09:29:37 +01:00
# starship preset pure-preset -o ~/.config/starship.toml
set -U __done_allow_nongraphical 1
set -U __done_notification_command "_ntfy_done \$title \$message"
2024-02-22 14:18:07 +01:00
```