21 lines
555 B
Markdown
21 lines
555 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 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"
|
|
```
|