From: ds6 Date: Sun, 25 Feb 2018 11:40:30 +0000 (-0600) Subject: remove pointless chmod from install.sh X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/9273909b6ea7954fea139e8fcd4852f87769ea5b remove pointless chmod from install.sh private things were removed from Xresources and split from .zshenv to .zshenv.local long ago --- diff --git a/install.sh b/install.sh index 985717b..3586b93 100755 --- a/install.sh +++ b/install.sh @@ -8,9 +8,6 @@ if [ 0 -eq 1 ]; then alias unlink="echo unlink" fi -#fix permissions from git (TODO: should probably move this to git hook) -chmod go= base/.zshenv base/.Xresources - #create preferred folder structure cd "$HOME" mkdir -p bin etc share .urxvt/ext > /dev/null 2>&1