dotfiles

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

commit 5e7f341b7fd0b790e62cb2391a677aa4754e401d (patch)
parent a5138efbaefa439e0c8600cd505305e45ba77e73
Author: Alexander Karle <akarle@umass.edu>
Date:   Tue,  6 Feb 2018 00:07:00 -0500

Adding zshrc link to setup.sh

Diffstat:
Msetup.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/setup.sh b/setup.sh @@ -25,3 +25,6 @@ ln -s $GITVIM/ftplugin/tex.vim $FTPLUGDIR/tex.vim # Link tmux conf ln -s ~/git/dotfiles/tmux.conf ~/.tmux.conf + +# Link zshrc +ln -s ~/git/dotfiles/zshrc ~/.zshrc