dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 3480d37d508645df5996e608fe79b19d93302eb7 (patch)
parent 4e5c4e88addd2d2f44bb0b9be966b4369e0b5d38
Author: Alexander Karle <akarle@umass.edu>
Date:   Tue, 15 May 2018 21:11:06 -0400

Moving zshrc to zsh folder

Diffstat:
Minstall.sh | 2+-
Rzshrc -> zsh/zshrc | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -114,7 +114,7 @@ success_msg "Clone successful! Putting you on your own branch '$(whoami)' so you # $HOME level ln's try_ln $DOTSVIM/vimrc $HOME/.vimrc try_ln $HOMEDOTS/tmux.conf $HOME/.tmux.conf -try_ln $HOMEDOTS/zshrc $HOME/.zshrc +try_ln $HOMEDOTS/zsh/zshrc $HOME/.zshrc for file in $HOMEDOTS/bash/*; do [ -e "$file" ] || continue diff --git a/zshrc b/zsh/zshrc