
Add basic gitignore file Add opening config files in correct vim file-types Exclude vim file artifacts Fix dark theme against changes in tmux v2.9 Fix typos Improve plugin installer Update README Update changes to gruvbox dark theme Update config and remove deprecated/outdated configuration Update tmux-gruvbox-dark.conf
10 lines
63 B
Text
10 lines
63 B
Text
# Editors
|
|
.idea/
|
|
|
|
# vim
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Systems
|
|
**/.DS_Store
|