Compare commits
4 commits
45d6cfc1aa
...
06652b715c
Author | SHA1 | Date | |
---|---|---|---|
06652b715c | |||
d960483401 | |||
3ff1bf7c13 | |||
09efee224e |
4 changed files with 13 additions and 3 deletions
|
@ -1337,3 +1337,4 @@ map kitty_mod+delete clear_terminal reset active
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
include papercolor-kitty/papercolor-dark.conf
|
||||||
|
|
|
@ -19,6 +19,10 @@ call plug#begin(g:plugged_home)
|
||||||
Plug 'Chiel92/vim-autoformat'
|
Plug 'Chiel92/vim-autoformat'
|
||||||
" Theme
|
" Theme
|
||||||
Plug 'pineapplegiant/spaceduck', { 'branch': 'main' }
|
Plug 'pineapplegiant/spaceduck', { 'branch': 'main' }
|
||||||
|
Plug 'folke/tokyonight.nvim'
|
||||||
|
Plug 'EdenEast/nightfox.nvim'
|
||||||
|
Plug 'bluz71/vim-moonfly-colors'
|
||||||
|
Plug 'NLKNguyen/papercolor-theme'
|
||||||
" Python Plugins
|
" Python Plugins
|
||||||
Plug 'Valloric/YouCompleteMe'
|
Plug 'Valloric/YouCompleteMe'
|
||||||
Plug 'vim-syntastic/syntastic'
|
Plug 'vim-syntastic/syntastic'
|
||||||
|
@ -77,7 +81,8 @@ if exists('+termguicolors')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
endif
|
endif
|
||||||
|
|
||||||
colorscheme spaceduck
|
" colorscheme spaceduck
|
||||||
|
colorscheme tokyonight-night
|
||||||
|
|
||||||
" set the number style to hybrid
|
" set the number style to hybrid
|
||||||
set number relativenumber
|
set number relativenumber
|
||||||
|
|
|
@ -27,3 +27,5 @@ thunderlink.regex="(cb)?thunderlink:.*"
|
||||||
thunderlink.command="/home/kellya/bin/cb_thunderlink/cb_thunderlink $FILE"
|
thunderlink.command="/home/kellya/bin/cb_thunderlink/cb_thunderlink $FILE"
|
||||||
joplin.regex="joplin:.*"
|
joplin.regex="joplin:.*"
|
||||||
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"
|
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"
|
||||||
|
logseq.regex="logseq:.*"
|
||||||
|
logseq.command="logseq $FILE"
|
||||||
|
|
|
@ -173,11 +173,11 @@ ZVM_LINE_INIT_MODE=$ZVM_MODE_INSERT
|
||||||
chezmoi completion zsh | source /dev/stdin
|
chezmoi completion zsh | source /dev/stdin
|
||||||
|
|
||||||
#Trying out fasd over z. There's nothing wrong with z, it just looks like fasd might add some more completion and stuff that might be useful
|
#Trying out fasd over z. There's nothing wrong with z, it just looks like fasd might add some more completion and stuff that might be useful
|
||||||
eval "$(fasd --init auto)"
|
#eval "$(fasd --init auto)"
|
||||||
|
|
||||||
#Attempting to try zplug
|
#Attempting to try zplug
|
||||||
source ~/.zplug/init.zsh
|
source ~/.zplug/init.zsh
|
||||||
zplug "wookayin/fzf-fasd"
|
#zplug "wookayin/fzf-fasd"
|
||||||
zplug "plugins/git", from:oh-my-zsh
|
zplug "plugins/git", from:oh-my-zsh
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
compinit -i
|
compinit -i
|
||||||
|
@ -190,4 +190,6 @@ export PATH="/home/kellya/.deta/bin:$PATH"
|
||||||
export PATH="/home/kellya/local/share/JetBrains/Toolbox/scripts:$PATH"
|
export PATH="/home/kellya/local/share/JetBrains/Toolbox/scripts:$PATH"
|
||||||
|
|
||||||
#eval $(thefuck --alias)
|
#eval $(thefuck --alias)
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
eval "$(op completion zsh)"; compdef _op op
|
eval "$(op completion zsh)"; compdef _op op
|
||||||
|
. "/home/kellya/.acme.sh/acme.sh.env"
|
||||||
|
|
Loading…
Reference in a new issue