Skip to content

Instantly share code, notes, and snippets.

View baddwin's full-sized avatar
🚀
moving away

Badwi baddwin

🚀
moving away
View GitHub Profile
@baddwin
baddwin / .tmux.conf
Last active September 17, 2021 06:16
My dotfiles
set -g prefix C-a
set-option -g default-shell /bin/zsh
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @themepack 'powerline/default/green'