Compare commits

...

4 commits

Author SHA1 Message Date
Alex Kelly 06652b715c change theme to tokyonight 2024-03-20 21:31:11 -04:00
Alex Kelly d960483401 add papercolor theme 2024-03-20 21:30:17 -04:00
Alex Kelly 3ff1bf7c13 add logseq handler 2024-03-20 21:29:16 -04:00
Alex Kelly 09efee224e migrate from fasd to zoxide 2024-03-20 21:25:33 -04:00
4 changed files with 13 additions and 3 deletions

View file

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

View file

@ -19,6 +19,10 @@ 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'
@ -77,7 +81,8 @@ if exists('+termguicolors')
set termguicolors
endif
colorscheme spaceduck
" colorscheme spaceduck
colorscheme tokyonight-night
" set the number style to hybrid
set number relativenumber

View file

@ -27,3 +27,5 @@ 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,4 +190,6 @@ 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"