6 lines
290 B
Bash
6 lines
290 B
Bash
![]() |
#!/usr/bin/env fish
|
||
|
|
||
|
fisher install patrickf1/fzf.fish jorgebucaran/autopair.fish gazorby/fish-abbreviation-tips jethrokuan/z
|
||
|
echo 'function fish_greeting; fortune; end' >"$HOME"/.config/fish/functions/fish_greeting.fish
|
||
|
echo 'starship init fish | source' >"$HOME"/.config/fish/config.fish
|