Initial commit: tmux, kitty, nvim, fish configs managed by GNU Stow

This commit is contained in:
kappa
2025-09-22 18:41:53 +09:00
commit f8564fbf20
63 changed files with 6630 additions and 0 deletions

24
.gitignore vendored Normal file
View 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/