dotfiles/README.md

16 lines
399 B
Markdown
Raw Normal View History

2024-02-22 14:18:07 +01:00
```sh
2024-02-22 12:16:33 +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
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
starship preset pure-preset -o ~/.config/starship.toml
2024-02-22 14:18:07 +01:00
```