Browse Source

Add tmux config, fix zsh local loading

Kevin Heinicke 9 years ago
parent
commit
c1e499a9b9
3 changed files with 3 additions and 1 deletions
  1. 1 0
      install.conf.yaml
  2. 1 0
      tmux.conf
  3. 1 1
      zshrc

+ 1 - 0
install.conf.yaml

@@ -9,6 +9,7 @@
     ~/.zpreztorc: zpreztorc
     ~/.zpreztorc: zpreztorc
     ~/.zprofile: zprofile
     ~/.zprofile: zprofile
     ~/.zshrc: zshrc
     ~/.zshrc: zshrc
+    ~/.tmux.conf: tmux.conf
     ~/.config/nvim/init.vim: nvimrc
     ~/.config/nvim/init.vim: nvimrc
     ~/.config/nvim/after/ftplugin:
     ~/.config/nvim/after/ftplugin:
         create: true
         create: true

+ 1 - 0
tmux.conf

@@ -0,0 +1 @@
+set -g mouse on

+ 1 - 1
zshrc

@@ -1,6 +1,6 @@
 # Device-specifig setup (ignored by git)
 # Device-specifig setup (ignored by git)
 # source local config first to overwrite default theme if wanted
 # source local config first to overwrite default theme if wanted
-source .zsh_local
+source ~/.zsh_local
 
 
 # Source Prezto.
 # Source Prezto.
 if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
 if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then