feat: add fish configuration files
This commit is contained in:
parent
44eff8fc7f
commit
1ced08a364
1
.config/fish/config.fish
Normal file
1
.config/fish/config.fish
Normal file
@ -0,0 +1 @@
|
|||||||
|
starship init fish | source
|
4
.config/fish/fish_plugins
Normal file
4
.config/fish/fish_plugins
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
patrickf1/fzf.fish
|
||||||
|
jorgebucaran/autopair.fish
|
||||||
|
gazorby/fish-abbreviation-tips
|
||||||
|
jethrokuan/z
|
1
.config/fish/functions/fish_greeting.fish
Normal file
1
.config/fish/functions/fish_greeting.fish
Normal file
@ -0,0 +1 @@
|
|||||||
|
function fish_greeting; fortune; end
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -2,6 +2,10 @@ logs
|
|||||||
.local
|
.local
|
||||||
.cache
|
.cache
|
||||||
.state
|
.state
|
||||||
.config/fish
|
.config/fish/*/*
|
||||||
|
.config/fish/fish_variables
|
||||||
|
!.config/fish/config.fish
|
||||||
|
!.config/fish/fish_plugins
|
||||||
|
!.config/fish/functions/fish_greeting.fish
|
||||||
.npm
|
.npm
|
||||||
.config/nvim/lazy-lock.json
|
.config/nvim/lazy-lock.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user