.circleci
.docker
bin
colorschemes
config
scwrypts
env
local
local.altaria
local.blaziken
local.butterfree
local.gardevoir
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.common
xinitrc.i3
xinitrc.kde
resume
setup
vim
zsh
.gitattributes
.gitignore
.gitmodules
README.md
25 lines
644 B
Bash
25 lines
644 B
Bash
#!/bin/zsh
|
|
|
|
# standard AWS environment variables used by awscli and other tools
|
|
export AWS_ACCOUNT=088935110352
|
|
export AWS_PROFILE=yage
|
|
export AWS_REGION=us-east-2
|
|
|
|
# fully-qualified path to mount the EFS drive
|
|
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=
|
|
|
|
# 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
|
|
|
|
# redis connection credentials
|
|
export REDIS_AUTH=
|
|
export REDIS_HOST=
|
|
export REDIS_PORT=
|