flattening and cleaning up various configurations and executables

This commit is contained in:
2022-08-22 16:40:57 -06:00
parent e0594ebfb7
commit 26571b5dfc
32 changed files with 189 additions and 85 deletions

View File

@ -1,36 +0,0 @@
#
# scwrypts dot-files config
#
TERMINFO_PATH="$DOTWRYN/config/terminfo"
SAFE_SYMLINKS=0
# lines which begin with '#' are ignored
SYMLINKS="
# --------------------------------------------------------------------------
# fully qualified path ~/.config/THE-REST
# --------------------------------------------------------------------------
$DOTWRYN/config/../bin/i3/utils i3/utils
$DOTWRYN/config/../colorschemes/kitty.main kitty/theme.conf
$DOTWRYN/config/bat.conf bat/config
$DOTWRYN/config/code-activator.conf code-activator-zsh/settings.zsh
$DOTWRYN/config/compton.conf compton/compton.conf
$DOTWRYN/config/git.conf git/config
$DOTWRYN/config/i3.conf i3/config
$DOTWRYN/config/i3status.conf i3status/config
$DOTWRYN/config/kitty.conf kitty/kitty.conf
$DOTWRYN/config/mssqlcli.conf mssqlci/config
$DOTWRYN/config/pgcli.conf pgcli/config
$DOTWRYN/config/pylint.conf pylintrc
$DOTWRYN/config/ripgrep.conf ripgrep/config
$DOTWRYN/config/scwrypts.conf scwrypts/config
$DOTWRYN/config/scwrypts.dotfile.conf scwrypts/config.dotfile.zsh
$DOTWRYN/config/scwrypts.local.env scwrypts/env/local
$DOTWRYN/config/scwrypts.vundle.zsh ../.vim/bundle/build.zsh
$DOTWRYN/config/tmux.conf tmux/tmux.conf
$DOTWRYN/config/xcompose.conf X11/xcompose
$DOTWRYN/config/xconfig.conf X11/xconfig
$DOTWRYN/config/xinitrc X11/xinitrc
$DOTWRYN/bin/scwrypts ../.local/bin/scwrypts
$DOTWRYN/bin/vim ../.local/bin/vim
"

View File

@ -1,10 +0,0 @@
#!/bin/zsh
export AWS_ACCOUNT=088935110352
export AWS_PROFILE=yage
export AWS_REGION=us-east-2
export AWS__EFS__LOCAL_MOUNT_POINT=/mnt/efs/yage
export AWS__S3__MEDIA_BUCKET=
export AWS__S3__MEDIA_TARGETS=
export REDIS_AUTH=
export REDIS_HOST=
export REDIS_PORT=

View File

@ -0,0 +1,39 @@
#
# scwrypts dot-files config
#
TERMINFO_PATH="$DOTWRYN/config/terminfo"
SAFE_SYMLINKS=0
# lines which begin with '#' are ignored
SYMLINKS="
# --------------------------------------------------------------------------
# fully qualified path ~/.config/THE-REST
# --------------------------------------------------------------------------
$DOTWRYN/bin/i3-utils i3/utils
$DOTWRYN/colorschemes/kitty.main kitty/theme.conf
$DOTWRYN/config/bat.conf bat/config
$DOTWRYN/config/code-activator.conf code-activator-zsh/settings.zsh
$DOTWRYN/config/compton.conf compton/compton.conf
$DOTWRYN/config/git.conf git/config
$DOTWRYN/config/i3.conf i3/config
$DOTWRYN/config/i3status.conf i3status/config
$DOTWRYN/config/kitty.conf kitty/kitty.conf
$DOTWRYN/config/mssqlcli.conf mssqlci/config
$DOTWRYN/config/pgcli.conf pgcli/config
$DOTWRYN/config/pylint.conf pylintrc
$DOTWRYN/config/ripgrep.conf ripgrep/config
$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.butterfree scwrypts/env/local.butterfree
$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
$DOTWRYN/config/xcompose.conf X11/xcompose
$DOTWRYN/config/xconfig.conf X11/xconfig
$DOTWRYN/config/xinitrc X11/xinitrc
$DOTWRYN/bin/scwrypts ../.local/bin/scwrypts
$DOTWRYN/bin/vim ../.local/bin/vim
"

24
config/scwrypts/env/local vendored Normal file
View File

@ -0,0 +1,24 @@
#!/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=($S3_SYNC_MEDIA)
# 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=

24
config/scwrypts/env/local.altaria vendored Normal file
View 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=($S3_SYNC_MEDIA) # inherited from local
# 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=

24
config/scwrypts/env/local.butterfree vendored Normal file
View 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=($S3_SYNC_MEDIA) # inherited from local
# 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=

24
config/scwrypts/env/local.umbreon vendored Normal file
View 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=($S3_SYNC_MEDIA) # inherited from local
# 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=

View File

@ -6,7 +6,7 @@ export PATH="$DOTWRYN/bin/xorg/$(hostnamectl --static):$PATH"
for SCRIPT in $(find /etc/x11/xinit/xinitrc.d); do source $SCRIPT; done
command -v dex && dex -a
$DOTWRYN/bin/xorg/activate-default &
$DOTWRYN/bin/xorg-activate-default &
cd
exec i3