Compare commits

..

No commits in common. "06652b715cc63727702aae05c9eba050018e2781" and "45d6cfc1aa3bf5a062bc1edf2526c757ea18eca4" have entirely different histories.

4 changed files with 3 additions and 13 deletions

View file

@ -1337,4 +1337,3 @@ map kitty_mod+delete clear_terminal reset active
#: }}}
# }}}
include papercolor-kitty/papercolor-dark.conf

View file

@ -19,10 +19,6 @@ call plug#begin(g:plugged_home)
Plug 'Chiel92/vim-autoformat'
" Theme
Plug 'pineapplegiant/spaceduck', { 'branch': 'main' }
Plug 'folke/tokyonight.nvim'
Plug 'EdenEast/nightfox.nvim'
Plug 'bluz71/vim-moonfly-colors'
Plug 'NLKNguyen/papercolor-theme'
" Python Plugins
Plug 'Valloric/YouCompleteMe'
Plug 'vim-syntastic/syntastic'
@ -81,8 +77,7 @@ if exists('+termguicolors')
set termguicolors
endif
" colorscheme spaceduck
colorscheme tokyonight-night
colorscheme spaceduck
" set the number style to hybrid
set number relativenumber

View file

@ -27,5 +27,3 @@ thunderlink.regex="(cb)?thunderlink:.*"
thunderlink.command="/home/kellya/bin/cb_thunderlink/cb_thunderlink $FILE"
joplin.regex="joplin:.*"
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"
logseq.regex="logseq:.*"
logseq.command="logseq $FILE"

View file

@ -173,11 +173,11 @@ ZVM_LINE_INIT_MODE=$ZVM_MODE_INSERT
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
#eval "$(fasd --init auto)"
eval "$(fasd --init auto)"
#Attempting to try zplug
source ~/.zplug/init.zsh
#zplug "wookayin/fzf-fasd"
zplug "wookayin/fzf-fasd"
zplug "plugins/git", from:oh-my-zsh
autoload -U compinit
compinit -i
@ -190,6 +190,4 @@ export PATH="/home/kellya/.deta/bin:$PATH"
export PATH="/home/kellya/local/share/JetBrains/Toolbox/scripts:$PATH"
#eval $(thefuck --alias)
eval "$(zoxide init zsh)"
eval "$(op completion zsh)"; compdef _op op
. "/home/kellya/.acme.sh/acme.sh.env"