scwrypts update for 2.6.3; updated environment variables for s3
This commit is contained in:
parent
5f8108dd10
commit
226761627f
@ -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")
|
||||
|
@ -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
|
||||
|
2
config/scwrypts/env/local
vendored
2
config/scwrypts/env/local
vendored
@ -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=
|
||||
|
2
config/scwrypts/env/local.altaria
vendored
2
config/scwrypts/env/local.altaria
vendored
@ -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=
|
||||
|
24
config/scwrypts/env/local.blaziken
vendored
Normal file
24
config/scwrypts/env/local.blaziken
vendored
Normal file
@ -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=
|
2
config/scwrypts/env/local.butterfree
vendored
2
config/scwrypts/env/local.butterfree
vendored
@ -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
|
||||
|
24
config/scwrypts/env/local.gardevoir
vendored
Normal file
24
config/scwrypts/env/local.gardevoir
vendored
Normal file
@ -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=
|
2
config/scwrypts/env/local.umbreon
vendored
2
config/scwrypts/env/local.umbreon
vendored
@ -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=
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 73e26a2ecb049189ac6845ecce0528857096e444
|
||||
Subproject commit a1256bb0afe224743b62226b8d39a1e2d52fc791
|
Loading…
Reference in New Issue
Block a user