[meta] Add .tmux.conf.local, restart system utilities

pull/28/head
Alpha Chen 10 years ago
parent edf09d4def
commit bed1b66e50

@ -0,0 +1,2 @@
set-option -g default-command "reattach-to-user-namespace -l zsh"
bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"

@ -3,3 +3,8 @@
sudo: True
- command: defaults write {{ item }}
with_items: defaults
- command: killall {{ item }}
with_items:
- Finder
- Dock
- SystemUIServer

@ -5,4 +5,5 @@
- include: fonts.yml
- include: defaults.yml
- file: path=~/Library/KeyBindings state=directory
- copy: src=.tmux.conf.local dest=~/.tmux.conf.local
- copy: src=DefaultKeyBinding.dict dest=~/Library/KeyBindings/DefaultKeyBinding.dict

Loading…
Cancel
Save