add tmux to makefile
parent
103f7731e2
commit
e8325eefe6
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
LN_FLAGS = -sfnv
|
||||
MKDIR_FLAGS = -pv
|
||||
|
||||
home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap oh-my-zsh bash_profile
|
||||
home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim Xmodmap oh-my-zsh bash_profile tmux.conf
|
||||
|
||||
config_copy =
|
||||
|
||||
|
@ -12,7 +12,7 @@ all:
|
|||
|
||||
local_install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt zprofile zshrc vimrc vim termite dircolors-solarized oh-my-zsh i3
|
||||
|
||||
remote_install: vim vimrc dircolors-solarized zshrc aliases oh-my-zsh zprofile
|
||||
remote_install: vim vimrc dircolors-solarized zshrc aliases oh-my-zsh zprofile tmux.conf
|
||||
|
||||
noroot_install: bash_profile
|
||||
|
||||
|
|
Loading…
Reference in New Issue