Compare commits

...

2 Commits

Author SHA1 Message Date
a042e5e356 feat: Add .gitignore 2025-01-25 16:01:44 +01:00
360fccfdda fix: fix plugins location 2025-01-25 16:01:44 +01:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
plugins/*
!plugins/tpm

View File

@ -65,4 +65,4 @@ set -g @plugin "nordtheme/tmux"
# set -g @plugin 'git@bitbucket.com:user/plugin' # set -g @plugin 'git@bitbucket.com:user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm' run "${HOME}/.config/tmux/plugins/tpm/tpm"