Add launch scripts for reaper, update some related ENV vars
This commit is contained in:
@@ -13,9 +13,10 @@ export DIR_NOTES="$DIR_HOME_BOX/notes"
|
||||
# util dirs; do not change without checking impact on xdg base dirs
|
||||
export DIR_LOCAL="$HOME/.local"
|
||||
export DIR_BIN="$DIR_LOCAL/bin"
|
||||
export DIR_BUILD="$DIR_LOCAL/build"
|
||||
export DIR_SCRIPTS="$DIR_LOCAL/scripts"
|
||||
export DIR_TMP="$DIR_LOCAL/tmp"
|
||||
export DIR_USER_OPT="$HOME/opt"
|
||||
export DIR_USER_LIB="$DIR_LOCAL/lib"
|
||||
|
||||
# xdg base directory vars
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
@@ -34,6 +35,11 @@ export GIT_EDITOR="$EDITOR"
|
||||
# obsidian
|
||||
export OBSIDIAN_WORKSPACES_TO_CONFIGURE=("$DIR_NOTES")
|
||||
|
||||
# reaper
|
||||
DIR_REAPER_PORTABLE_SHARED="$DIR_USER_OPT/reaper-portable/shared"
|
||||
DIR_REAPER_PORTABLE_LINUX="$DIR_USER_OPT/reaper-portable/reaper-linux"
|
||||
DIR_REAPER_PORTABLE_MACOS="$DIR_USER_OPT/reaper-portable/reaper-macos"
|
||||
|
||||
# clean-up of home dir
|
||||
export __CF_USER_TEXT_ENCODING="0x0:0x0"
|
||||
|
||||
|
Reference in New Issue
Block a user