diff --git a/setup.sh b/setup.sh index e4d7e94..42fabe0 100755 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ ########## Variables dir=~/dotfiles # dotfiles directory olddir=~/dotfiles_old # old dotfiles backup directory -files="bashrc config spacemacs emacs.d gitconfig gitignore_global psqlrc zshrc oh-my-zsh tmux.conf" # list of files/folders to symlink in homedir +files="config spacemacs emacs.d gitconfig gitignore_global psqlrc zshenv zshrc oh-my-zsh" # list of files/folders to symlink in homedir ########## # create dotfiles_old in homedir diff --git a/tmux.conf b/tmux.conf deleted file mode 100644 index 6131d51..0000000 --- a/tmux.conf +++ /dev/null @@ -1,9 +0,0 @@ -# List of plugins -# Supports `github_username/repo` or full git repo URLs -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'tmux-plugins/tmux-resurrect' - -# Initializes TMUX plugin manager. -# Keep this line at the very bottom of tmux.conf. -run-shell '~/.tmux/plugins/tpm/tpm'