Skip to content

Instantly share code, notes, and snippets.

@tacsio
Last active June 22, 2022 04:00
Show Gist options
  • Save tacsio/a1d61aa8c33013c8e3fe2b18dc5591d5 to your computer and use it in GitHub Desktop.
Save tacsio/a1d61aa8c33013c8e3fe2b18dc5591d5 to your computer and use it in GitHub Desktop.
Tmux config
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
# Dracula Plugin
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "cpu-usage git"
set -g @dracula-show-powerline true
# Custom config
set -g mouse on
bind C new-window -c "#{pane_current_path}"
bind S set-window-option synchronize-panes
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
@tacsio
Copy link
Author

tacsio commented Jun 22, 2022

source <(kubectl completion zsh)

@tacsio
Copy link
Author

tacsio commented Jun 22, 2022

plugins=(git dotenv git-prompt tmux colored-man-pages)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment