From 78a76cff334aba875f54fdb5582276e4a9f66807 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 2 Nov 2013 16:01:06 +0000 Subject: zsh: Separate startup files for different startup methods --- install | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 4923193..44581a1 100755 --- a/install +++ b/install @@ -22,8 +22,14 @@ install-dot () { install-dot $target/.git/hooks/ $target/git-hooks/* install-dot .emacs.d/ $target/emacs/{init.el{,c},elisp} -install-dot . $target/^install(.) $target/zsh/zshrc $target/zsh/fasdrc +install-dot . $target/^install(.) $target/zsh/fasdrc install-dot .ssh/ $target/ssh/* + +ln -sf $target/zsh/environment.zsh .zshenv +ln -sf $target/zsh/interactive.zsh .zshrc +ln -sf $target/zsh/login.zsh .zlogin +ln -sf $target/zsh/logout.zsh .zlogout + if [[ -d projects/dwm ]] then install-dot projects/dwm/ $target/dwm/* -- cgit 1.4.1