Files
bin
colorschemes
config
scwrypts
env
local
local.altaria
local.butterfree
local.umbreon
config
dotfiles.zsh
vundle.zsh
terminfo
bat.conf
code-activator.conf
compton.conf
dotwryn.env.vim
dotwryn.env.zsh
git.conf
htop.conf
i3.conf
i3status.conf
kitty.conf
mssqlcli.conf
pgcli.conf
pylint.conf
ripgrep.conf
tmux.conf
xcompose.conf
xconfig.conf
xinitrc
resume
setup
vim
zsh
.gitattributes
.gitignore
.gitmodules
README.md
dotwryn/config/scwrypts/env/local.butterfree

25 lines
825 B
Plaintext
Raw Normal View History

#!/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=($S3_SYNC_MEDIA) # inherited from local
# custom i3 configuration settings
2022-08-24 12:03:48 -06:00
export I3__BORDER_PIXEL_SIZE=1
2022-08-22 21:27:20 -06:00
export I3__DMENU_FONT_SIZE=20
2022-08-24 12:03:48 -06:00
export I3__GLOBAL_FONT_SIZE=7
export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # inherited from local
# redis connection credentials
export REDIS_AUTH=
export REDIS_HOST=
export REDIS_PORT=