Feat: import fish config
This commit is contained in:
parent
7857fbdc12
commit
86ae0c9513
12
fish/.config/fish/config.fish
Normal file
12
fish/.config/fish/config.fish
Normal file
@ -0,0 +1,12 @@
|
||||
if not functions -q fisher
|
||||
set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config
|
||||
curl https://git.io/fisher --create-dirs -sLo $XDG_CONFIG_HOME/fish/functions/fisher.fish
|
||||
fish -c fisher
|
||||
end
|
||||
|
||||
set -Ux EDITOR vim
|
||||
|
||||
set -Ux FZF_DEFAULT_OPTS '--height 40% --layout=reverse --border'
|
||||
|
||||
#fisher add jethrokuan/fzf
|
||||
|
2
fish/.config/fish/fishfile
Normal file
2
fish/.config/fish/fishfile
Normal file
@ -0,0 +1,2 @@
|
||||
jethrokuan/fzf
|
||||
oh-my-fish/plugin-bang-bang
|
Loading…
Reference in New Issue
Block a user