Initial commit: tmux, kitty, nvim, fish configs managed by GNU Stow
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Fish shell
|
||||
fish/.config/fish/fish_variables
|
||||
fish/.config/fish/fish_history
|
||||
fish/.config/fish/fishd.*
|
||||
|
||||
# Nvim
|
||||
nvim/.config/nvim/plugin/
|
||||
nvim/.config/nvim/.netrwhist
|
||||
nvim/.config/nvim/shada/
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Cache and temp files
|
||||
.cache/
|
||||
tmp/
|
||||
Reference in New Issue
Block a user