diff --git a/scripts/bootstrap b/scripts/bootstrap index a3664e4..56ae9de 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -62,14 +62,6 @@ use_fish_shell() { echo "fish ✓" } -setup_tmux() { - if [[ ! -d ~/.tmux/plugins/tpm ]]; then - git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm - fi - - echo "tmux ✓" -} - setup_poetry() { poetry completions fish > $(brew --prefix)/share/fish/vendor_completions.d/poetry.fish } @@ -78,8 +70,6 @@ printf "\nbootstrapping...\n\n" install_xcode install_homebrew install_brews -setup_tmux -install_gitmux setup_poetry use_fish_shell ("$DOTS/scripts/setup_symlinks") diff --git a/tmux/gitmux.conf.symlink b/tmux/gitmux.conf.symlink deleted file mode 100644 index 2c9b126..0000000 --- a/tmux/gitmux.conf.symlink +++ /dev/null @@ -1,23 +0,0 @@ -tmux: - symbols: - branch: '⎇ ' - hashprefix: ':' - ahead: ↑· - behind: ↓· - staged: '●' - conflict: '✖ ' - modified: '~' - untracked: '✚' - stashed: '⚑ ' - clean: '' - styles: - state: '#[fg=red,bold]' - branch: '#[fg=colour241,bold]' - remote: '#[fg=colour239]' - staged: '#[fg=colour241,bold]' - conflict: '#[fg=red,bold]' - modified: '#[fg=colour239,bold]' - untracked: '#[fg=colour239,bold]' - stashed: '#[fg=colour239,bold]' - clean: '#[fg=colour241,bold]' - layout: [' ', branch, ' ', flags, ' |'] diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index a0df5b4..41fd231 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -96,13 +96,3 @@ set-option -g status-right "#[fg=colour239, bg=colour237, nobold, nounderscore, set-window-option -g window-status-current-format "#[fg=colour237, bg=colour214, nobold, noitalics, nounderscore]#[fg=colour239, bg=colour214] #I #[fg=colour239, bg=colour214, bold] #W #[fg=colour214, bg=colour237, nobold, noitalics, nounderscore]" set-window-option -g window-status-format "#[fg=colour237,bg=colour239,noitalics]#[fg=colour223,bg=colour239] #I #[fg=colour223, bg=colour239] #W #[fg=colour239, bg=colour237, noitalics]" - -# List of plugins -set -g @plugin 'tmux-plugins/tpm' - -# Customize 1pass -set -g @1password-copy-to-clipboard 'on' - -# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run '~/.tmux/plugins/tpm/tpm' -