fixed pre-installer

This commit is contained in:
KeeganForelight 2023-01-12 19:46:55 -05:00
parent 004565e190
commit 2243fb2f5b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[ -d vim ] || mkdir -p vim/colors
[ -d tmux ] || mkdir -p tmux/plugins
OMZDIR="$HOME/.oh-my-zsh"
if [ ! -d "$OMZDIR" ]; then
echo "Installing oh-my-zsh"
@ -15,3 +16,4 @@ else
echo "zsh already enabled"
fi

View File

@ -6,4 +6,4 @@ ZONE=https://api.weather.gov/zones/forecast/MAZ014
CITY=Cambridge
STATE=MA
TOD=night
EXPIRATION=1673570805
EXPIRATION=1673570865