Browse Source

Remove tmux.conf

master
Brett Langdon 9 years ago
parent
commit
3331224d18
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
2 changed files with 1 additions and 10 deletions
  1. +1
    -1
      setup.sh
  2. +0
    -9
      tmux.conf

+ 1
- 1
setup.sh View File

@ -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


+ 0
- 9
tmux.conf View File

@ -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'

Loading…
Cancel
Save