dotfiles/README.md
2024-03-05 14:35:38 +01:00

20 lines
523 B
Markdown

```sh
cargo install topgrade lsd git-delta cargo-update
set -U fish_greeting
fish_config theme choose 'Tomorrow Night Bright'
fish_config theme save
fisher install fishgretel/fasd
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"
```