flattening and cleaning up various configurations and executables
This commit is contained in:
9
config/scwrypts/config
Normal file
9
config/scwrypts/config
Normal file
@ -0,0 +1,9 @@
|
||||
#
|
||||
# configuration for scwrypts
|
||||
#
|
||||
|
||||
SCWRYPTS_CONFIG_PATH="$HOME/.config/scwrypts"
|
||||
SCWRYPTS_DATA_PATH="$HOME/.local/share/scwrypts"
|
||||
|
||||
SCWRYPTS_SHORTCUT='' # CTRL + W
|
||||
SCWRYPTS_ENV_SHORTCUT='' # CTRL + /
|
39
config/scwrypts/dotfiles.zsh
Normal file
39
config/scwrypts/dotfiles.zsh
Normal 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
24
config/scwrypts/env/local
vendored
Normal 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
24
config/scwrypts/env/local.altaria
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=($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
24
config/scwrypts/env/local.butterfree
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=($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
24
config/scwrypts/env/local.umbreon
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=($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=
|
14
config/scwrypts/vundle.zsh
Normal file
14
config/scwrypts/vundle.zsh
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Scwrypts Build Definitions
|
||||
#
|
||||
|
||||
VUNDLE_BUILD__ale() {}
|
||||
VUNDLE_BUILD__nerdtree() {}
|
||||
VUNDLE_BUILD__vim-dim() {}
|
||||
VUNDLE_BUILD__vim-fugitive() {}
|
||||
VUNDLE_BUILD__vim-go() {}
|
||||
VUNDLE_BUILD__vim-surround() {}
|
||||
|
||||
VUNDLE_BUILD__vim-hexokinase() { make hexokinase; }
|
||||
|
||||
VUNDLE_BUILD__youcompleteme() { ./install.py --all; }
|
Reference in New Issue
Block a user