diff --git a/config/dotwryn.env.zsh b/config/dotwryn.env.zsh index 271c22f..b08c3bd 100644 --- a/config/dotwryn.env.zsh +++ b/config/dotwryn.env.zsh @@ -63,16 +63,6 @@ for e in \ "local" do; export SCWRYPTS_ENV="$e"; [ -f "$HOME/.config/scwrypts/env/$e" ] && break; done -export S3_SYNC_MEDIA=( - #'.local/share/dolphin-emu' - #'.porn' - #'Games/roms' - #'Games/wrynscape' - 'Documents' - 'Media' - 'Pictures' - ) - # z EXTERNAL_PLUGINS+=("$DOTWRYN/zsh/plugins/z/z.sh") diff --git a/config/scwrypts/dotfiles.zsh b/config/scwrypts/dotfiles.zsh index f08a1d3..2b4112d 100644 --- a/config/scwrypts/dotfiles.zsh +++ b/config/scwrypts/dotfiles.zsh @@ -28,7 +28,9 @@ $DOTWRYN/config/scwrypts/config scwrypts/config $DOTWRYN/config/scwrypts/dotfiles.zsh scwrypts/dotfiles.zsh $DOTWRYN/config/scwrypts/env/local scwrypts/env/local $DOTWRYN/config/scwrypts/env/local.altaria scwrypts/env/local.altaria +$DOTWRYN/config/scwrypts/env/local.blaziken scwrypts/env/local.blaziken $DOTWRYN/config/scwrypts/env/local.butterfree scwrypts/env/local.butterfree +$DOTWRYN/config/scwrypts/env/local.gardevoir scwrypts/env/local.gardevoir $DOTWRYN/config/scwrypts/env/local.umbreon scwrypts/env/local.umbreon $DOTWRYN/config/scwrypts/vundle.zsh scwrypts/vundle.zsh $DOTWRYN/config/tmux.conf tmux/tmux.conf diff --git a/config/scwrypts/env/local b/config/scwrypts/env/local index 711b258..9351be3 100644 --- a/config/scwrypts/env/local +++ b/config/scwrypts/env/local @@ -10,7 +10,7 @@ export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # s3 bucket name and filesystem targets for media backups export AWS__S3__MEDIA_BUCKET=yage -export AWS__S3__MEDIA_TARGETS=($S3_SYNC_MEDIA) +export AWS__S3__MEDIA_TARGETS= # custom i3 configuration settings export I3__BORDER_PIXEL_SIZE= diff --git a/config/scwrypts/env/local.altaria b/config/scwrypts/env/local.altaria index b8fbdc9..e782d8b 100644 --- a/config/scwrypts/env/local.altaria +++ b/config/scwrypts/env/local.altaria @@ -10,7 +10,7 @@ export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # inherited from local # s3 bucket name and filesystem targets for media backups export AWS__S3__MEDIA_BUCKET=yage # inherited from local -export AWS__S3__MEDIA_TARGETS=($S3_SYNC_MEDIA) # inherited from local +export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,.porn,Games/roms,Games/wrynscape,Documents,Media,Pictures' # custom i3 configuration settings export I3__BORDER_PIXEL_SIZE= diff --git a/config/scwrypts/env/local.blaziken b/config/scwrypts/env/local.blaziken new file mode 100644 index 0000000..e353d8f --- /dev/null +++ b/config/scwrypts/env/local.blaziken @@ -0,0 +1,24 @@ +#!/bin/zsh + +# standard AWS environment variables used by awscli and other tools +export AWS_ACCOUNT=088935110352 # inherited from local +export AWS_PROFILE=yage # inherited from local +export AWS_REGION=us-east-2 # inherited from local + +# fully-qualified path to mount the EFS drive +export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # inherited from local + +# s3 bucket name and filesystem targets for media backups +export AWS__S3__MEDIA_BUCKET=yage # inherited from local +export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,Games/roms,Media,Pictures' + +# custom i3 configuration settings +export I3__BORDER_PIXEL_SIZE= +export I3__DMENU_FONT_SIZE= +export I3__GLOBAL_FONT_SIZE= +export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # inherited from local + +# redis connection credentials +export REDIS_AUTH= +export REDIS_HOST= +export REDIS_PORT= diff --git a/config/scwrypts/env/local.butterfree b/config/scwrypts/env/local.butterfree index b423acf..8eb75e3 100644 --- a/config/scwrypts/env/local.butterfree +++ b/config/scwrypts/env/local.butterfree @@ -10,7 +10,7 @@ export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # inherited from local # s3 bucket name and filesystem targets for media backups export AWS__S3__MEDIA_BUCKET=yage # inherited from local -export AWS__S3__MEDIA_TARGETS=($S3_SYNC_MEDIA) # inherited from local +export AWS__S3__MEDIA_TARGETS='.local/share/dolphin-emu,Games/roms,Games/wrynscape,Documents,Media,Pictures' # custom i3 configuration settings export I3__BORDER_PIXEL_SIZE=1 diff --git a/config/scwrypts/env/local.gardevoir b/config/scwrypts/env/local.gardevoir new file mode 100644 index 0000000..8b878d9 --- /dev/null +++ b/config/scwrypts/env/local.gardevoir @@ -0,0 +1,24 @@ +#!/bin/zsh + +# standard AWS environment variables used by awscli and other tools +export AWS_ACCOUNT=088935110352 # inherited from local +export AWS_PROFILE=yage # inherited from local +export AWS_REGION=us-east-2 # inherited from local + +# fully-qualified path to mount the EFS drive +export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # inherited from local + +# s3 bucket name and filesystem targets for media backups +export AWS__S3__MEDIA_BUCKET=yage # inherited from local +export AWS__S3__MEDIA_TARGETS='Documents,Media,Pictures' + +# custom i3 configuration settings +export I3__BORDER_PIXEL_SIZE= +export I3__DMENU_FONT_SIZE= +export I3__GLOBAL_FONT_SIZE= +export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # inherited from local + +# redis connection credentials +export REDIS_AUTH= +export REDIS_HOST= +export REDIS_PORT= diff --git a/config/scwrypts/env/local.umbreon b/config/scwrypts/env/local.umbreon index b8fbdc9..c59bdf7 100644 --- a/config/scwrypts/env/local.umbreon +++ b/config/scwrypts/env/local.umbreon @@ -10,7 +10,7 @@ export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage # inherited from local # s3 bucket name and filesystem targets for media backups export AWS__S3__MEDIA_BUCKET=yage # inherited from local -export AWS__S3__MEDIA_TARGETS=($S3_SYNC_MEDIA) # inherited from local +export AWS__S3__MEDIA_TARGETS='.porn,Documents,Media,Pictures' # custom i3 configuration settings export I3__BORDER_PIXEL_SIZE= diff --git a/zsh/plugins/scwrypts b/zsh/plugins/scwrypts index 73e26a2..a1256bb 160000 --- a/zsh/plugins/scwrypts +++ b/zsh/plugins/scwrypts @@ -1 +1 @@ -Subproject commit 73e26a2ecb049189ac6845ecce0528857096e444 +Subproject commit a1256bb0afe224743b62226b8d39a1e2d52fc791