installer overhaul

This commit is contained in:
Wryn Wagner
2020-09-10 19:38:42 +00:00
parent 5e80267f2a
commit 3fd195ca45
6 changed files with 186 additions and 69 deletions

10
env/env.sh vendored
View File

@ -1,10 +0,0 @@
#!/bin/sh
# Default shell environment
LOCAL_OVERRIDES="$HOME/.config/wryn/env.sh"
[ -f "$LOCAL_OVERRIDES" ] \
&& source "$LOCAL_OVERRIDES" \
|| {
touch $LOCAL_OVERRIDES \
&& echo '#!/bin/sh' > $LOCAL_OVERRIDES \
&& echo '# Local overrides of .wryn environment variables '>> $LOCAL_OVERRIDES
}