yage
7617c938b1
===================================================================== --- Changes ------------------------------ - python library functions moved to `py/lib` - python scwrypts renamed in kebob-case to help prevent import - __name__ == '__main__' enforced on all python scwrypts --- New Features ------------------------- - `__override` variables now allow values to be force-overwritten - py.lib.http.client provides a slim `requests.request` wrapper --- New Scripts -------------------------- py/data/convert ) quick data converters - csv-to-json - csv-to-yaml - json-to-csv - json-to-yaml - yaml-to-csv - yaml-to-json py/linear ) uses the linear.app graphql API for PM tasks - comment --- Bug Fixes ---------------------------- - `scwrypts` handles arguments with quotes and special characters
16 lines
362 B
Bash
16 lines
362 B
Bash
#!/bin/zsh
|
|
export AWS_ACCOUNT=
|
|
export AWS_PROFILE=
|
|
export AWS_REGION=
|
|
export AWS__EFS__LOCAL_MOUNT_POINT=
|
|
export AWS__S3__MEDIA_BUCKET=
|
|
export AWS__S3__MEDIA_TARGETS=
|
|
export I3__BORDER_PIXEL_SIZE=
|
|
export I3__DMENU_FONT_SIZE=
|
|
export I3__GLOBAL_FONT_SIZE=
|
|
export I3__MODEL_CONFIG=
|
|
export LINEAR__API_TOKEN=
|
|
export REDIS_AUTH=
|
|
export REDIS_HOST=
|
|
export REDIS_PORT=
|