dotfiles/README.md
2024-02-24 22:11:39 +01:00

15 lines
399 B
Markdown

```sh
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
```