X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Ffred_variables.sh;h=36bee1e1cac0be0cb52ef5db6114af3a4b66eff4;hb=d3d81fdadcda897a2191e6158015dc6abb0943f8;hp=87d0dbf2d3df5ba2685ddeedafc8016e4404a01e;hpb=8b8777a1a68a1bb2e848a1eed1a7084f5867dc04;p=feisty_meow.git diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 87d0dbf2..36bee1e1 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -4,21 +4,20 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then # if we don't see the nethack variable defined, this probably hasn't run yet. - # The cloud directory is our new repository that's always available. It serves as our - # personal cloud for data. - export CLOUD_BASE=$HOME/cloud + # The nuage directory is a cloud-like repository of our personal data, managed as a git repo. + export CLOUD_BASE=$HOME/nuage # The gruntose web site is expected to reside below, if it exists at all. export WEBBED_SITES=$HOME/web - if [ "$(hostname)" = "zooty.koeritz.com" ]; then + if [ "$(hostname)" = "hamstertronic" ]; then export WEBBED_SITES=/var/www fi # add a bunch of personal folders to the list for checkin & checkout. - REPOSITORY_LIST+=" cloud ebooks web " + REPOSITORY_LIST=" nuage ebooks web ${REPOSITORY_LIST} " # adds our locally relevant archive folders into the list to be synched. - MAJOR_ARCHIVE_SOURCES+="/z/archons /z/basement /z/imaginations /z/musix /z/toaster /z/walrus" + MAJOR_ARCHIVE_SOURCES+="/z/archons /z/basement /z/imaginations /z/musix /z/toaster /z/walrus $HOME/brobdingnag" # our set of known source hierarchy folder names. SOURCECODE_HIERARCHY_LIST="codebarn extra_brain interbrane"