2021-09-16 18:13:05 +00:00
|
|
|
#####################################################################
|
|
|
|
### Path References #################################################
|
|
|
|
#####################################################################
|
2021-09-16 20:56:05 +00:00
|
|
|
|
2021-02-24 22:29:07 +00:00
|
|
|
DOTWRYN="$HOME/.wryn"
|
|
|
|
SFX_PATH="$HOME/Media/sfx"
|
2021-02-25 01:15:23 +00:00
|
|
|
WALLPAPER_PATH="$HOME/Pictures/bg"
|
2021-02-24 22:29:07 +00:00
|
|
|
|
2021-09-16 18:13:05 +00:00
|
|
|
#####################################################################
|
2021-09-16 20:56:05 +00:00
|
|
|
### Application Settings ############################################
|
2021-09-16 18:13:05 +00:00
|
|
|
#####################################################################
|
|
|
|
|
2021-09-17 01:52:52 +00:00
|
|
|
PREFERRED_EDITOR=(vim vi)
|
|
|
|
|
2021-09-16 18:13:05 +00:00
|
|
|
# should play an audio file argument
|
2021-03-01 21:48:57 +00:00
|
|
|
MEDIA_ENGINE='canberra-gtk-play -f'
|
|
|
|
|
2021-09-16 20:56:05 +00:00
|
|
|
RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/config"
|
2021-09-16 18:17:13 +00:00
|
|
|
TMUX_DEFAULT_SESSION_NAME='wryn'
|
2021-09-16 20:56:05 +00:00
|
|
|
WEBBROWSER='google-chrome-stable'
|
|
|
|
|
2021-09-23 17:07:12 +00:00
|
|
|
#I3__GLOBAL_FONT_SIZE=
|
|
|
|
#I3__DMENU_FONT_SIZE=
|
|
|
|
#I3__BORDER_PIXEL_SIZE=
|
|
|
|
|
2021-09-24 15:36:29 +00:00
|
|
|
S3_SYNC_AWS_PROFILE='yage'
|
|
|
|
S3_SYNC_BUCKET='yage'
|
|
|
|
S3_SYNC_MEDIA=(
|
|
|
|
"Games/roms"
|
|
|
|
"Games/wrynscape"
|
|
|
|
"Media/sfx"
|
|
|
|
"Pictures/bg"
|
|
|
|
"Pictures/bg-archives"
|
|
|
|
"Pictures/custom-emoji"
|
|
|
|
"Pictures/jest"
|
|
|
|
"Pictures/profile"
|
|
|
|
)
|
|
|
|
|
|
|
|
|
2021-09-16 21:06:49 +00:00
|
|
|
PS1_BRANCH_SYMBOL=''
|
2021-09-16 20:56:05 +00:00
|
|
|
PS1_INDICATOR_SYMBOL='☕'
|
|
|
|
PS1_SEPARATOR='::'
|
2021-09-16 21:06:49 +00:00
|
|
|
PS1_USER='%n'
|
2021-09-16 20:56:05 +00:00
|
|
|
|
2021-09-16 22:15:30 +00:00
|
|
|
WELCOME () {
|
|
|
|
{ figlet 'Welcome, beautiful'; cowsay -p 'damn u sexy'; } | lolcat
|
|
|
|
}
|
2021-03-05 22:28:06 +00:00
|
|
|
|
2021-09-16 18:13:05 +00:00
|
|
|
#####################################################################
|
|
|
|
### External Plugins / Settings #####################################
|
|
|
|
#####################################################################
|
|
|
|
|
2021-09-16 21:33:35 +00:00
|
|
|
EXTERNAL_PLUGINS=(
|
2021-09-16 18:13:05 +00:00
|
|
|
'/usr/share/fzf/key-bindings.zsh'
|
|
|
|
'/usr/share/fzf/completion.zsh'
|
2021-09-16 22:39:58 +00:00
|
|
|
"$DOTWRYN/zsh/plugins/z/z.sh"
|
2021-09-16 18:13:05 +00:00
|
|
|
"$DOTWRYN/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh"
|
2021-09-16 22:47:50 +00:00
|
|
|
"$DOTWRYN/zsh/plugins/code-activator/activator.plugin.zsh"
|
2021-09-17 02:12:59 +00:00
|
|
|
"$DOTWRYN/zsh/plugins/latex/latex.plugin.zsh"
|
|
|
|
"$DOTWRYN/zsh/plugins/ssh/ssh.plugin.zsh"
|
2021-09-17 02:16:20 +00:00
|
|
|
"$DOTWRYN/zsh/plugins/memo/memo.plugin.zsh"
|
2021-09-16 18:13:05 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
FZF_DEFAULT_OPTS='--reverse'
|
|
|
|
FZF_DEFAULT_COMMAND='rg --files'
|
|
|
|
|
|
|
|
zstyle ':fzf-tab:*' accept-line enter
|
|
|
|
zstyle ':fzf-tab:*' fzf-bindings 'space:accept' ';:toggle'
|
|
|
|
zstyle ':fzf-tab:*' continuous-trigger '/'
|
2021-09-16 22:39:58 +00:00
|
|
|
|
|
|
|
export ZSH_COLOR_UTIL="$DOTWRYN/zsh/utils/color/color.module.zsh"
|
2021-09-16 22:47:50 +00:00
|
|
|
|
2021-09-17 02:25:34 +00:00
|
|
|
#CODE_ACTIVATOR__DIRS=()
|
2021-09-16 22:47:50 +00:00
|
|
|
CODE_ACTIVATOR__KNOWN_TARGETS=(
|
|
|
|
'git@github.com:w0ryn/'
|
|
|
|
'git@bitbucket.org:wrynoftheranch/'
|
|
|
|
'git@git.wryn.cloud:yage/'
|
|
|
|
'git@git.wryn.cloud:gizmos/'
|
|
|
|
'git@git.wryn.cloud:usu-coursework/'
|
|
|
|
'https://wryn.cloud/'
|
|
|
|
)
|