new setup version; more modular
This commit is contained in:
20
env/env.zsh
vendored
Normal file
20
env/env.zsh
vendored
Normal 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=()
|
Reference in New Issue
Block a user