new setup version; more modular

This commit is contained in:
Wryn Wagner
2021-09-15 01:48:37 -06:00
parent 15ea50e6ff
commit fff9113216
33 changed files with 540 additions and 317 deletions

20
env/env.zsh vendored Normal file
View File

@ -0,0 +1,20 @@
# script path references
DOTWRYN="$HOME/.wryn"
SCHOOL_PATH="$HOME/School"
SFX_PATH="$HOME/Media/sfx"
WALLPAPER_PATH="$HOME/Pictures/bg"
# ordered from least-preferred to most-preferred
PREFERRED_EDITOR=(vi vim)
# plays audio files located throughout the system
MEDIA_ENGINE='canberra-gtk-play -f'
# default applications
WEBBROWSER='google-chrome-stable'
TMUX_DEFAULT_SESSION_NAME='main'
# external plugins
EXTERNAL_PLUGIN_LIST=()