Setup Cleanup on machine transfer
This commit is contained in:
@ -15,7 +15,6 @@ function SETUP__CONFIG() {
|
||||
CONFIG__SYMLINK 'pgcli/config' 'pgcli.conf'
|
||||
CONFIG__SYMLINK 'pylintrc' 'pylintrc'
|
||||
CONFIG__SYMLINK 'ripgrep/config' 'ripgrep.conf'
|
||||
CONFIG__SYMLINK 'wryn/sfx' '../bin/sfx/play.sh'
|
||||
############################################################################################
|
||||
|
||||
CONFIG__TERMINFO
|
||||
|
4
setup/env/env.zsh
vendored
4
setup/env/env.zsh
vendored
@ -14,9 +14,7 @@ PREFERRED_EDITOR=(vim vi)
|
||||
|
||||
# should play an audio file argument
|
||||
MEDIA_ENGINE='canberra-gtk-play -f'
|
||||
PLAY_SFX () {
|
||||
$HOME/.config/wryn/sfx $@ >/dev/null 2>&1
|
||||
}
|
||||
PLAY_SFX () { $DOTWRYN/bin/play-sound $@ >/dev/null 2>&1; }
|
||||
|
||||
RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/config"
|
||||
TMUX_DEFAULT_SESSION_NAME='wryn'
|
||||
|
@ -1,7 +1,3 @@
|
||||
source "$DOTWRYN_PATH/setup/vim.compile.zsh"
|
||||
|
||||
#####################################################################
|
||||
|
||||
function SETUP__VIM() {
|
||||
STATUS 'starting vim setup'
|
||||
"$DOTWRYN_PATH/bin/vim/compile"
|
||||
|
Reference in New Issue
Block a user