# references/links to various things ## tools - https://github.com/jamesob/desk - https://github.com/bvgastel/clippy - https://github.com/b0o/zfzf - https://github.com/lemonade-command/lemonade - https://github.com/chipsenkbeil/distant - http://www.glassgiant.com/ascii/ - https://manytools.org/hacker-tools/convert-images-to-ascii-art/ - https://github.com/mrjones2014/dotfiles/blob/master/gpg-setup.md (gpg things) ## general repos - https://github.com/ryansch/dotfiles/blob/main/script/gitconfig - https://github.com/dinhhuy258/dotfiles/blob/master/zsh/scripts/fzf.zsh ## hammerspoon - https://github.com/folke/dot/blob/master/hammerspoon/running.lua - https://github.com/dbalatero/dotfiles/blob/master/hammerspoon/slack/init.lua - https://github.com/AdamWagner/stackline/blob/main/stackline/window.lua - https://github.com/dmitmel/dotfiles/blob/master/hammerspoon/TerminalPalette.lua - https://github.com/kassio/dotfiles/blob/main/home/hammerspoon/Spoons/DoubleCmdQToClose.spoon/init.lua ## neovim #### plugins to investigate - https://github.com/tpope/vim-unimpaired - https://github.com/folke/persistence.nvim - https://github.com/s1n7ax/nvim-search-and-replace - https://github.com/kristijanhusak/orgmode.nvim - https://github.com/blackCauldron7/surround.nvim - https://github.com/yazgoo/yank-history - https://github.com/David-Kunz/treesitter-unit - https://github.com/AckslD/nvim-neoclip.lua - https://github.com/kevinhwang91/nvim-hlslens - https://github.com/kevinhwang91/nvim-bqf - https://github.com/rmagatti/goto-preview - https://github.com/sindrets/winshift.nvim - https://github.com/jakelinnzy/autocmd-lua - https://github.com/b0o/mapx.nvim - https://github.com/jameshiew/nvim-magic - https://github.com/edluffy/specs.nvim - https://github.com/haringsrob/nvim_context_vt - https://github.com/abecodes/tabout.nvim - https://github.com/aserowy/tmux.nvim - https://github.com/jamestthompson3/nvim-remote-containers - https://github.com/beauwilliams/focus.nvim - https://gitlab.com/yorickpeterse/nvim-window - https://github.com/mfussenegger/nvim-dap - https://github.com/akinsho/bufferline.nvim - https://github.com/gpanders/vim-medieval - https://github.com/bounceme/remote-viewer - https://github.com/kristijanhusak/vim-dirvish-git - https://github.com/roginfarrer/vim-dirvish-dovish - https://github.com/tjdevries/tree-sitter-lua - https://github.com/nanozuki/tabby.nvim - https://github.com/akinsho/bufferline.nvim - https://github.com/chentau/marks.nvim - https://github.com/tjdevries/lazy.nvim - https://github.com/ThePrimeagen/harpoon (replacement for c-o/c-i things) - https://github.com/antonk52/cssmodules-language-server - https://github.com/luukvbaal/stabilize.nvim #### repos with handy things - https://github.com/rockerBOO/awesome-neovim - https://github.com/fsouza/dotfiles - https://github.com/akinsho/dotfiles - https://github.com/akinsho/dotfiles/blob/main/.config/nvim/lua/as/external.lua (control external apps) - https://github.com/JoosepAlviste/dotfiles - https://github.com/kevinhwang91/dotfiles - https://github.com/folke/dot/tree/master/config/nvim - https://github.com/lukas-reineke/dotfiles/tree/master/vim - https://github.com/lukas-reineke/dotfiles/blob/master/vim/ftplugin/org.lua - https://github.com/theHamsta/dotfiles/blob/master/.config/nvim/packages.lua (lots of packages to checkout) - https://github.com/qhuyduong/doom-nvim/blob/main/doom_config.lua#L329-L357 (projectionist) - https://github.com/wincent/wincent/blob/main/aspects/nvim/files/.config/nvim/after/plugin/projectionist.lua - https://github.com/ahmedelgabri/dotfiles/blob/main/config/nvim/after/plugin/projectionist.lua - https://github.com/gabrielpoca/dotfiles/blob/master/roles/vim/files/nvim/lua/navigation.lua#L51-L100 - https://github.com/fitrh/init.nvim/blob/main/lua/lsp/event.lua (neat autocmd/augroup things) - https://github.com/TimUntersberger/macos.config/tree/master/skhd (SKHD) - https://github.com/Furkanzmc/dotfiles/blob/master/vim/lua/vimrc/lsp.lua#L340-L435 (efm-langserver) - https://github.com/lewis6991/dotfiles/blob/master/nvim/lua/lewis6991/plugins.lua#L98-L121 (easy-align) - https://github.com/hrsh7th/nvim-cmp/pull/341/files (how to generate vim docs) - https://github.com/ibhagwan/nvim-lua/blob/main/lua/plugins/ (author of fzf-lua) - https://github.com/henrik/dotfiles/tree/master/git_template/hooks (don't commit if debugger, pry, io.inspect, etc) - https://github.com/Luxed/nvim-config/blob/master/lua/helpers/syntax.lua (super handy way of getting TS highlight things) - https://github.com/ecosse3/nvim/blob/master/lua/plugins/dap.lua (using the dap plugin with JS/TS) - https://github.com/guzmonne/dotfiles #### reddit posts from r/neovim or r/vim - https://www.reddit.com/r/neovim/comments/pp4ye2/i_want_to_make_vimlike_markdown_editor_with/ - https://www.reddit.com/r/neovim/comments/p7cf4c/which_plugins_or_functionality_do_you_think_is/ - https://www.reddit.com/r/vim/comments/p4tlux/what_are_the_most_useful_lines_in_your_vimrc/ - https://www.reddit.com/r/neovim/comments/pejmm6/how_to_make_nn_repeat_other_kinds_of_jumps_like/ - https://www.reddit.com/r/neovim/comments/pmknoi/nextbestthing_to_treesitter_for_markdown/ - https://www.reddit.com/r/vim/comments/pozc9s/tips_for_working_in_large_projects_with_vim/ #### blog posts - https://bluz71.github.io/2021/09/10/vim-tips-revisited.html - https://creativecreature.com/notes/vim-non-greedy-regular-expressions - ## tmux - https://github.com/lewis6991/dotfiles/blob/master/tmux.conf (really cool keybinding menu thingies) - https://www.bios-blog.com/tmux.html - https://github.com/b0o/tmux-conf - https://github.com/b0o/tmux-autoreload - https://github.com/jabirali/tmux-tilish - https://github.com/gpanders/dotfiles/blob/master/.config/tmux/tmux.conf#L30 - https://github.com/ori92/DotFiles/blob/main/.tmux.conf (handy config things) - https://github.com/MunifTanjim/tmux-suspend - https://github.com/vascomfnunes/dotfiles/blob/master/repos/dotfiles/home/.tmux.conf (handy configs) ## zsh/shell - https://unix.stackexchange.com/questions/62579/is-there-a-way-to-add-a-directory-to-my-path-in-zsh-only-if-its-not-already-pre/62599#62599 - https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional - https://stribika.github.io/2015/01/04/secure-secure-shell.html ## weechat - http://www.futurile.net/2020/12/01/weechat-even-more-configuration-for-irc-and-slack/ - https://gist.github.com/spicycode/371ca343201391a7eb5409f3288e2864 - https://hugo.md/post/the-perfect-weechat-setup-2/ - https://micropipes.com/blog/2015/05/19/enabling-encryption-in-weechat/ - `/secure` - https://gist.github.com/Strykar/ebcc0dbfec27ddcc303e73e7f809c072
references/links to various things
tools
general repos
hammerspoon
neovim
plugins to investigate
repos with handy things
reddit posts from r/neovim or r/vim
blog posts
tmux
zsh/shell
weechat
/secure