diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf index 92aa65d..4f56b3d 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf @@ -1337,3 +1337,4 @@ map kitty_mod+delete clear_terminal reset active #: }}} # }}} +include papercolor-kitty/papercolor-dark.conf diff --git a/dot_config/nvim/init.vim b/dot_config/nvim/init.vim index d261663..62a8a8c 100644 --- a/dot_config/nvim/init.vim +++ b/dot_config/nvim/init.vim @@ -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 diff --git a/dot_taskopenrc b/dot_taskopenrc index 6223218..d961ca8 100644 --- a/dot_taskopenrc +++ b/dot_taskopenrc @@ -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" diff --git a/dot_zshrc b/dot_zshrc index 2591435..90bdfc3 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -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"