diff --git a/Xdefaults b/Xdefaults index 69dd09d..58072c4 100644 --- a/Xdefaults +++ b/Xdefaults @@ -178,13 +178,13 @@ URxvt*letterSpace: 0 ! *font: \ - xft:Iosevka Term:size=13:regular:antialias=true + xft:Iosevka Term:size=18:regular:antialias=true *boldFont: \ - xft:Iosevka Term:size=13:medium:antialias=true + xft:Iosevka Term:size=18:medium:antialias=true *italicFont: \ - xft:Iosevka Term:size=13:italic:antialias=true + xft:Iosevka Term:size=18:italic:antialias=true *boldItalicFont: \ - xft:Iosevka Term:size=13:medium italic:antialias=true + xft:Iosevka Term:size=18:medium italic:antialias=true diff --git a/config/sublime-text-3/Packages/GitGutter b/config/sublime-text-3/Packages/GitGutter index 832d031..0f3937e 160000 --- a/config/sublime-text-3/Packages/GitGutter +++ b/config/sublime-text-3/Packages/GitGutter @@ -1 +1 @@ -Subproject commit 832d03168121b3ad729b2910f51fedec20c48bac +Subproject commit 0f3937ef802e5690bfcfbb223ec157b88aced100 diff --git a/config/termite/config b/config/termite/config index 785f66d..76c2e8a 100644 --- a/config/termite/config +++ b/config/termite/config @@ -1,5 +1,5 @@ [options] -font = monospace 13 +font = monospace 18 scroll_on_output = false scroll_on_keystroke = true audible_bell = false @@ -12,7 +12,7 @@ urgent_on_bell = true scrollback_lines = 1000 search_wrap = true #icon_name = terminal -geometry = 800x600 +geometry = 1024X768 # "system", "on" or "off" cursor_blink = system diff --git a/diff-so-fancy b/diff-so-fancy index e5bddde..02c8c00 160000 --- a/diff-so-fancy +++ b/diff-so-fancy @@ -1 +1 @@ -Subproject commit e5bdddeeaa4f6f5dcf9d788f1694b76994043359 +Subproject commit 02c8c0085385f7d65ba35556edfc58e0f48257eb diff --git a/dotbot b/dotbot index eb7f3fb..076939d 160000 --- a/dotbot +++ b/dotbot @@ -1 +1 @@ -Subproject commit eb7f3fb7b1dd7966e4d105e9210787b7d96e58dd +Subproject commit 076939da8ee683d3cba791914c227f29c21fe042 diff --git a/fzf b/fzf index b82c169..7191ebb 160000 --- a/fzf +++ b/fzf @@ -1 +1 @@ -Subproject commit b82c1693c097a53e66ed27dd94d1d0bd9d974d2e +Subproject commit 7191ebb615f5d6ebbf51d598d8ec853a65e2274d diff --git a/install.conf.yaml b/install.conf.yaml index 365862f..0204f5f 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -139,6 +139,7 @@ - ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go get -f -u github.com/ueokande/logbook"] - ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go get -f -u github.com/jesseduffield/lazydocker"] - ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go get -f -u github.com/wallix/awless"] + - ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go get -f -u github.com/oligot/go-mod-upgrade"] - ["rm -rf ~/tmp/go"] - ["mkdir -p ~/tmp/go/bin"] - ["mkdir -p ~/tmp/go/src"] diff --git a/oh-my-zsh b/oh-my-zsh index 6fbad5b..37a60ee 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit 6fbad5bf72fad4ecf30ba4d4ffee62bac582f0ed +Subproject commit 37a60eebc107c08047d4b5716c1c1760104aa25d diff --git a/oh-my-zsh-custom/plugins/zsh-autosuggestions b/oh-my-zsh-custom/plugins/zsh-autosuggestions index ae315de..a411ef3 160000 --- a/oh-my-zsh-custom/plugins/zsh-autosuggestions +++ b/oh-my-zsh-custom/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d +Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 diff --git a/oh-my-zsh-custom/plugins/zsh-syntax-highlighting b/oh-my-zsh-custom/plugins/zsh-syntax-highlighting index e851724..dffe304 160000 --- a/oh-my-zsh-custom/plugins/zsh-syntax-highlighting +++ b/oh-my-zsh-custom/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit e8517244f7d2ae4f9d979faf94608d6e4a74a73e +Subproject commit dffe304567c86f06bf1be0fce200077504e79783 diff --git a/oh-my-zsh-custom/themes/powerlevel10k b/oh-my-zsh-custom/themes/powerlevel10k index 6d545d5..83d80fa 160000 --- a/oh-my-zsh-custom/themes/powerlevel10k +++ b/oh-my-zsh-custom/themes/powerlevel10k @@ -1 +1 @@ -Subproject commit 6d545d5dd06bd85bbfda5cc8fd7938aee4b79d55 +Subproject commit 83d80fa308f6f8a496205a1ad5cb2ae4c4be55a6 diff --git a/ripgreprc b/ripgreprc index 1e94d35..11a9706 100644 --- a/ripgreprc +++ b/ripgreprc @@ -1,6 +1,7 @@ # Using glob patterns to include/exclude files or folders --glob=!git/* --glob=!vendor/* +--glob=!reports/* --glob=!examples/aws/aws/dist/* # Don't let ripgrep vomit really long lines to my terminal, and show a preview. diff --git a/tmux/plugins/tpm b/tmux/plugins/tpm index 29c871e..108f76b 160000 --- a/tmux/plugins/tpm +++ b/tmux/plugins/tpm @@ -1 +1 @@ -Subproject commit 29c871e8105dee0c4994ac97682d26bf9f9a4371 +Subproject commit 108f76b628a0df927df142036f1fdec829a5ff00 diff --git a/vim/bundle/Dockerfile.vim b/vim/bundle/Dockerfile.vim index 2386923..86d744c 160000 --- a/vim/bundle/Dockerfile.vim +++ b/vim/bundle/Dockerfile.vim @@ -1 +1 @@ -Subproject commit 2386923a8c30d0c4f06f27eef2a025752423ea86 +Subproject commit 86d744c6e4731d0014ef469f019a305e2d7baac0 diff --git a/vim/bundle/Recover.vim b/vim/bundle/Recover.vim index f019bb0..097b098 160000 --- a/vim/bundle/Recover.vim +++ b/vim/bundle/Recover.vim @@ -1 +1 @@ -Subproject commit f019bb0bc15093da74ef0bd1a9356dedf13ba885 +Subproject commit 097b098e62d6499967e44091689c104165ad5e22 diff --git a/vim/bundle/bufexplorer b/vim/bundle/bufexplorer index 29258f5..99557c4 160000 --- a/vim/bundle/bufexplorer +++ b/vim/bundle/bufexplorer @@ -1 +1 @@ -Subproject commit 29258f58357acc10c672585a9efe8913d756734d +Subproject commit 99557c451ff6ed3bbb9b9f6215ad57e919740635 diff --git a/vim/bundle/ctrlp.vim b/vim/bundle/ctrlp.vim index 971c4d4..f68f4d0 160000 --- a/vim/bundle/ctrlp.vim +++ b/vim/bundle/ctrlp.vim @@ -1 +1 @@ -Subproject commit 971c4d41880b72dbbf1620b3ad91418a6a6f6b9c +Subproject commit f68f4d00b9c99d0d711bfde3b071f0dafd249901 diff --git a/vim/bundle/nerdtree b/vim/bundle/nerdtree index f63fb69..2c14ed0 160000 --- a/vim/bundle/nerdtree +++ b/vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit f63fb6984f9cd07cf723c3e2e20f6ccc0aad48c2 +Subproject commit 2c14ed0e153cdcd0a1c7d1eabec6820bb6b3f8a2 diff --git a/vim/bundle/nerdtree-git-plugin b/vim/bundle/nerdtree-git-plugin index 5fa0e3e..bca0ed6 160000 --- a/vim/bundle/nerdtree-git-plugin +++ b/vim/bundle/nerdtree-git-plugin @@ -1 +1 @@ -Subproject commit 5fa0e3e1487b17f8a23fc2674ebde5f55ce6a816 +Subproject commit bca0ed63883d028e6afc7f11a78c56fcaf34d363 diff --git a/vim/bundle/splitjoin.vim b/vim/bundle/splitjoin.vim index f0d785f..e5c6065 160000 --- a/vim/bundle/splitjoin.vim +++ b/vim/bundle/splitjoin.vim @@ -1 +1 @@ -Subproject commit f0d785f7607be60c282b5f5a5d32a2e51560c07c +Subproject commit e5c60658d9aca5af479ef6371037cc6453a6b1eb diff --git a/vim/bundle/supertab b/vim/bundle/supertab index d80e8e2..f0093ae 160000 --- a/vim/bundle/supertab +++ b/vim/bundle/supertab @@ -1 +1 @@ -Subproject commit d80e8e2c1fa08607fa34c0ca5f1b66d8a906c5ef +Subproject commit f0093ae12a9115498f887199809a6114659fc858 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic index d97a664..7414f30 160000 --- a/vim/bundle/syntastic +++ b/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit d97a664b9adbd1a0a9cba6c1c3baf071a1059d1e +Subproject commit 7414f30365a342e1d89072d474a35913643b6eec diff --git a/vim/bundle/syntax b/vim/bundle/syntax index 27e0ffc..4b7314a 160000 --- a/vim/bundle/syntax +++ b/vim/bundle/syntax @@ -1 +1 @@ -Subproject commit 27e0ffc215b81fa5aa87eca396acd4421d36c060 +Subproject commit 4b7314a497ea2dd0a6911ccb94ce83b2d8684617 diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar index 51ff7a0..2da3443 160000 --- a/vim/bundle/tagbar +++ b/vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 51ff7a05404e2f5c83799dd6c38134ed4aaca85c +Subproject commit 2da3443f5fb78aa0b9a60bb5b2926d72df734e14 diff --git a/vim/bundle/unicode.vim b/vim/bundle/unicode.vim index afb8db4..62f7a35 160000 --- a/vim/bundle/unicode.vim +++ b/vim/bundle/unicode.vim @@ -1 +1 @@ -Subproject commit afb8db4f81580771c39967e89bc5772e72b9018e +Subproject commit 62f7a3558ee4402bcaaae8638e768268f1137a0f diff --git a/vim/bundle/vim-airline b/vim/bundle/vim-airline index a262ec6..b861f9d 160000 --- a/vim/bundle/vim-airline +++ b/vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit a262ec6ce4e1c7d36e5f4a9274948d9da09c71f5 +Subproject commit b861f9d2483a8b066f7b5b4dbae8990ff21455c5 diff --git a/vim/bundle/vim-airline-themes b/vim/bundle/vim-airline-themes index fa808d7..97cf3e6 160000 --- a/vim/bundle/vim-airline-themes +++ b/vim/bundle/vim-airline-themes @@ -1 +1 @@ -Subproject commit fa808d74e0aacf131337b58f01ee45fd3d3588af +Subproject commit 97cf3e6e638f936187d5f6e9b5eb1bdf0a4df256 diff --git a/vim/bundle/vim-colortemplate b/vim/bundle/vim-colortemplate index 03331ec..af73a9b 160000 --- a/vim/bundle/vim-colortemplate +++ b/vim/bundle/vim-colortemplate @@ -1 +1 @@ -Subproject commit 03331ec03ea6d9d6b4ed10d4da73a2fa3f7c896b +Subproject commit af73a9bcad9c017547c72ed74cb74168fd1aea3a diff --git a/vim/bundle/vim-devicons b/vim/bundle/vim-devicons index 4d14cb8..0a11dae 160000 --- a/vim/bundle/vim-devicons +++ b/vim/bundle/vim-devicons @@ -1 +1 @@ -Subproject commit 4d14cb82cf7381c2f8eca284d1a757faaa73b159 +Subproject commit 0a11dae811e6c8b939fe80aeb750469f8ca44d67 diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive index 9cba97f..de6495a 160000 --- a/vim/bundle/vim-fugitive +++ b/vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 9cba97f4db4e0af4275f802c2de977f553d26ec6 +Subproject commit de6495ae846b2c5913fa85d5464c036c0acdfa34 diff --git a/vim/bundle/vim-gitgutter b/vim/bundle/vim-gitgutter index 1283ec1..7d9b712 160000 --- a/vim/bundle/vim-gitgutter +++ b/vim/bundle/vim-gitgutter @@ -1 +1 @@ -Subproject commit 1283ec1670d1f4fce37213c5d66924088b2e730c +Subproject commit 7d9b7125ff2533f6c520573f54e91db2f13a44b0 diff --git a/vim/bundle/vim-go b/vim/bundle/vim-go index 755b498..32bcf75 160000 --- a/vim/bundle/vim-go +++ b/vim/bundle/vim-go @@ -1 +1 @@ -Subproject commit 755b498c7604e7aee4d001d2a78c2d1e079eb8d5 +Subproject commit 32bcf757e455ab3b87c9201247b9a6b091d44ea0 diff --git a/vim/bundle/vim-gtfo b/vim/bundle/vim-gtfo index d85e7a2..4fe7170 160000 --- a/vim/bundle/vim-gtfo +++ b/vim/bundle/vim-gtfo @@ -1 +1 @@ -Subproject commit d85e7a2f7e017c54bc5467a3946ca5065d17113d +Subproject commit 4fe71704934f5b1503a858531a42956e000096fe diff --git a/vim/bundle/vim-instant-markdown b/vim/bundle/vim-instant-markdown index eb52cb6..ed9162a 160000 --- a/vim/bundle/vim-instant-markdown +++ b/vim/bundle/vim-instant-markdown @@ -1 +1 @@ -Subproject commit eb52cb6d651023c6507033d2f87715addbd55aab +Subproject commit ed9162ac74e11cf1608da80e407d0c52fa5a93f3 diff --git a/vim/bundle/vim-lastplace b/vim/bundle/vim-lastplace index 48ba343..8f6c445 160000 --- a/vim/bundle/vim-lastplace +++ b/vim/bundle/vim-lastplace @@ -1 +1 @@ -Subproject commit 48ba343c8c1ca3039224727096aae214f51327d1 +Subproject commit 8f6c4454eb462776b6ebdc48e3e29a68ddeb726d diff --git a/vim/bundle/vim-startify b/vim/bundle/vim-startify index f2fc118..81e36c3 160000 --- a/vim/bundle/vim-startify +++ b/vim/bundle/vim-startify @@ -1 +1 @@ -Subproject commit f2fc11844b234479d37bef37faa7ceb2aade788b +Subproject commit 81e36c352a8deea54df5ec1e2f4348685569bed2 diff --git a/vim/bundle/vim-tmux-navigator b/vim/bundle/vim-tmux-navigator index 6a1e58c..0cabb1e 160000 --- a/vim/bundle/vim-tmux-navigator +++ b/vim/bundle/vim-tmux-navigator @@ -1 +1 @@ -Subproject commit 6a1e58c3ca3bc7acca36c90521b3dfae83b2a602 +Subproject commit 0cabb1ef01af0986b7bf6fb7acf631debdbbb470 diff --git a/vim/bundle/vim-vinegar b/vim/bundle/vim-vinegar index 5f48edf..b245f3a 160000 --- a/vim/bundle/vim-vinegar +++ b/vim/bundle/vim-vinegar @@ -1 +1 @@ -Subproject commit 5f48edf4dcc130ae4a658541c0d6f72a558bc70d +Subproject commit b245f3ab4580eba27616a5ce06a56d5f791e67bd diff --git a/vimrc b/vimrc index d2c7081..cb661b8 100644 --- a/vimrc +++ b/vimrc @@ -404,7 +404,7 @@ let g:go_def_mapping_enabled = 1 let g:go_code_completion_enabled = 1 let g:go_metalinter_command = "golangci-lint run --allow-parallel-runners --tests --build-tags NO_CUDA " -let g:go_metalinter_autosave = 1 +let g:go_metalinter_autosave = 0 let g:go_jump_to_error = 0 " go-def settings diff --git a/zsh-completions b/zsh-completions index aa98bc5..d4511c2 160000 --- a/zsh-completions +++ b/zsh-completions @@ -1 +1 @@ -Subproject commit aa98bc593fee3fbdaf1acedc42a142f3c4134079 +Subproject commit d4511c23659381b56dec8be8c8553b7ff3dc5fd8 diff --git a/zshrc b/zshrc index f01c5c0..9ecf528 100644 --- a/zshrc +++ b/zshrc @@ -201,8 +201,9 @@ done source $ZSH/oh-my-zsh.sh -source <(fly completion --shell zsh) || true +# source <(fly completion --shell zsh) || true source <(kubectl completion zsh) || true +source <(eksctl completion zsh) || true export EDITOR='vim' # else