1

Set up some personal-preference stuff

This commit is contained in:
Evan Pratten 2022-02-22 18:12:40 -05:00
parent e85777ffa7
commit 48a5d271db
2 changed files with 6 additions and 1 deletions

View File

@ -9,4 +9,7 @@ export EWCONFIG_ROOT="$HOME/.config/ewconfig"
# Load per-host configuration
if [ -f $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh ]; then
. $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh
fi
fi
# I always want my ~/bin to be in my PATH
export PATH="$HOME/bin:$PATH"

View File

@ -14,6 +14,8 @@
- create:
- ~/Downloads
- ~/bin
- ~/projects
- ~/src
- shell:
- [git submodule update --init --recursive, Installing submodules]