소스 검색

Add tmux config, fix zsh local loading

Kevin Heinicke 9 년 전
부모
커밋
c1e499a9b9
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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
     ~/.zprofile: zprofile
     ~/.zshrc: zshrc
+    ~/.tmux.conf: tmux.conf
     ~/.config/nvim/init.vim: nvimrc
     ~/.config/nvim/after/ftplugin:
         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)
 # source local config first to overwrite default theme if wanted
-source .zsh_local
+source ~/.zsh_local
 
 # Source Prezto.
 if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then