Skip to content

Commit

Permalink
refactor(tmux): manually source plugins & remove tpm
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Mar 23, 2024
1 parent 7fc8789 commit bb806e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
[submodule "custom/plugins/zsh-syntax-highlighting"]
path = custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting/
[submodule "synced/symlink/.tmux/plugins/tpm"]
path = synced/symlink/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
[submodule "synced/symlink/.tmux/plugins/tmux-continuum"]
path = synced/symlink/.tmux/plugins/tmux-continuum
url = https://github.com/tmux-plugins/tmux-continuum
Expand Down
10 changes: 3 additions & 7 deletions synced/symlink/.tmux.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",xterm-256color:Tc"

set -g @plugin 'tmux-plugins/tpm'

set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'

set -g @continuum-boot 'on'
set -g @continuum-boot-options 'iterm,fullscreen'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
## Plugins
run-shell ~/.tmux/plugins/tmux-resurrect/resurrect.tmux
run-shell ~/.tmux/plugins/tmux-continuum/continuum.tmux
1 change: 0 additions & 1 deletion synced/symlink/.tmux/plugins/tpm
Submodule tpm deleted from 99469c

0 comments on commit bb806e9

Please sign in to comment.