dotfiles

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

commit 2df1412a090461ec1047a5f545b014e1404d7187 (patch)
parent 65ff2cf04c31519bfc6117a6c6505f69af3f9455
Author: Alexander Karle <akarle@umass.edu>
Date:   Tue, 10 Apr 2018 00:33:01 -0400

Renaming install directory

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -11,7 +11,7 @@ if ! [ -x "$(command -v git)" ]; then fi # Establish Globals -HOMEDOTS=$HOME/.dotfiles +HOMEDOTS=$HOME/.akarledots VIMHOME=$HOME/.vim DOTSVIM=$HOMEDOTS/vim