13 lines
350 B
Markdown
13 lines
350 B
Markdown
|
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 joseluisq/gitnow
|
||
|
|
||
|
starship preset pure-preset -o ~/.config/starship.toml
|