theme update; added code-activator config+setup
This commit is contained in:
parent
ee4e180afb
commit
6934e5bb67
BIN
config/code-activator-zsh/settings.zsh
Normal file
BIN
config/code-activator-zsh/settings.zsh
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
/home/w0ryn/.wryn/config/colorschemes/kitty/christmas.conf
|
||||
/home/w0ryn/.wryn/config/colorschemes/kitty/purple.conf
|
10
env/env.zsh
vendored
10
env/env.zsh
vendored
@ -76,13 +76,3 @@ zstyle ':fzf-tab:*' fzf-bindings 'space:accept' ';:toggle'
|
||||
zstyle ':fzf-tab:*' continuous-trigger '/'
|
||||
|
||||
export ZSH_COLOR_UTIL="$DOTWRYN/zsh/utils/color/color.module.zsh"
|
||||
|
||||
#CODE_ACTIVATOR__DIRS=()
|
||||
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/'
|
||||
)
|
||||
|
@ -2,6 +2,7 @@ function SETUP__CONFIG() {
|
||||
############################################################################################
|
||||
# Friendly Name ~/.config/THE_REST .wryn/config/THE_REST (if different)
|
||||
CONFIG__SYMLINK 'compton' 'compton/compton.conf'
|
||||
CONFIG__SYMLINK 'codeactivator' 'code-activator-zsh/settings.zsh'
|
||||
CONFIG__SYMLINK 'i3 config' 'i3/config'
|
||||
CONFIG__SYMLINK 'i3 status' 'i3status/config'
|
||||
CONFIG__SYMLINK 'kitty config' 'kitty/kitty.conf'
|
||||
|
@ -10,6 +10,7 @@ source $WRYNVIMPATH/formatting.vim
|
||||
source $WRYNVIMPATH/abbreviations.vim
|
||||
source $WRYNVIMPATH/navigation.vim
|
||||
source $WRYNVIMPATH/color.vim
|
||||
source $WRYNVIMPATH/utility.vim
|
||||
|
||||
" -- Bindings --------------------------------------------------- {{{
|
||||
|
||||
|
5
vim/utility.vim
Normal file
5
vim/utility.vim
Normal file
@ -0,0 +1,5 @@
|
||||
function Sudowrite()
|
||||
execute 'w !sudo tee "%"'
|
||||
endfunction
|
||||
|
||||
nnoremap <Leader><Leader>w :call Sudowrite()<CR><CR>L
|
Loading…
Reference in New Issue
Block a user