Compare commits
3 Commits
44eff8fc7f
...
2448ce6ab3
Author | SHA1 | Date | |
---|---|---|---|
2448ce6ab3 | |||
c6503fa9dd | |||
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
|
@ -21,6 +21,7 @@
|
||||
"lazyvim.plugins.extras.lang.json",
|
||||
"lazyvim.plugins.extras.lang.markdown",
|
||||
"lazyvim.plugins.extras.lang.python",
|
||||
"lazyvim.plugins.extras.lang.rust",
|
||||
"lazyvim.plugins.extras.lang.scala",
|
||||
"lazyvim.plugins.extras.lang.sql",
|
||||
"lazyvim.plugins.extras.lang.toml",
|
||||
@ -35,4 +36,4 @@
|
||||
"NEWS.md": "10960"
|
||||
},
|
||||
"version": 8
|
||||
}
|
||||
}
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -2,6 +2,10 @@ logs
|
||||
.local
|
||||
.cache
|
||||
.state
|
||||
.config/fish
|
||||
.config/fish/*/*
|
||||
.config/fish/fish_variables
|
||||
!.config/fish/config.fish
|
||||
!.config/fish/fish_plugins
|
||||
!.config/fish/functions/fish_greeting.fish
|
||||
.npm
|
||||
.config/nvim/lazy-lock.json
|
||||
|
BIN
home.tar.gz
(Stored with Git LFS)
BIN
home.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user