diff --git a/aliases/key_aliases.tmpl b/aliases/key_aliases.tmpl index 4c23452..02a0a8d 100644 --- a/aliases/key_aliases.tmpl +++ b/aliases/key_aliases.tmpl @@ -1231,6 +1231,7 @@ hu "helm upgrade" # ]]] helm # zr "zathura --fork ~/coding/mf-site/static/pdf/kevin-mok-resume.pdf" +zra "zathura --fork ~/coding/mf-site/static/pdf/kevin-mok-resume-aws.pdf" zrw "zathura --fork ~/coding/mf-site/static/pdf/kevin-mok-resume-web-dev.pdf" # ]]] red-hat # diff --git a/aliases/key_files.tmpl b/aliases/key_files.tmpl index 79940fa..d823619 100644 --- a/aliases/key_files.tmpl +++ b/aliases/key_files.tmpl @@ -97,6 +97,7 @@ sdv ~/Documents/stardew-valley-sdv/notes.md snp ~/Documents/marvel-snap/strats.md tc /mnt/linux-files/Videos/yt/fortnite/clips/twitch-clip-downloader/clips.txt tdb ~/Documents/journal/todo/b.md +jop ~/Documents/journal/personal/jop.md # ]]] gaming # diff --git a/dot_config/i3blocks/i3blocks.conf.tmpl b/dot_config/i3blocks/i3blocks.conf.tmpl index 8c4adb6..e4502a5 100755 --- a/dot_config/i3blocks/i3blocks.conf.tmpl +++ b/dot_config/i3blocks/i3blocks.conf.tmpl @@ -62,11 +62,11 @@ label=SOL TICKER=SOLUSD interval=30 -# [dexscreener] -# label=PIXL -# CHAIN=ethereum -# PAIR=0x31c0ba10e4e12be6cdceb612e5e829d977532bfc -# interval=30 +[dexscreener] +label=PIXL +CHAIN=ethereum +PAIR=0x31c0ba10e4e12be6cdceb612e5e829d977532bfc +interval=30 # [dexscreener] # label=BLAST diff --git a/dot_vimrc.tmpl b/dot_vimrc.tmpl index fc1d113..936a057 100644 --- a/dot_vimrc.tmpl +++ b/dot_vimrc.tmpl @@ -57,6 +57,7 @@ autocmd CursorHold * if !bufexists("[Command Line]") | checktime | endif " commands for file types [[[ " +filetype plugin indent on autocmd BufNewFile,BufRead .* set syntax=sh autocmd BufRead,BufNewFile /tmp/calcurse*,~/.calcurse/notes/* set filetype=markdown autocmd FileType *css,gitcommit,haskell,htmldjango,html,graphql,javascript,javascriptreact,json,lisp,markdown, @@ -342,6 +343,7 @@ Plug 'cristianoliveira/vim-react-html-snippets' Plug 'jidn/vim-dbml' " Plug 'FuDesign2008/emoji-snippets.vim' Plug 'tpope/vim-surround' +Plug 'tpope/vim-commentary' " ]]] vim-plug " " Mappings [[[ "