diff --git a/bin/pre-install.sh b/bin/pre-install.sh index 787cb4e..2153317 100755 --- a/bin/pre-install.sh +++ b/bin/pre-install.sh @@ -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 + diff --git a/bin/weather/.weather b/bin/weather/.weather index 0969f8e..3e630d4 100644 --- a/bin/weather/.weather +++ b/bin/weather/.weather @@ -6,4 +6,4 @@ ZONE=https://api.weather.gov/zones/forecast/MAZ014 CITY=Cambridge STATE=MA TOD=night -EXPIRATION=1673570805 +EXPIRATION=1673570865