- zsh / oh-my-zsh!
- theme: powerlevel10k
- colors: aura theme
- font: Fantasque Sans Mono
- zsh plugins:
- zsh-syntax-highlighting - fish-like syntax highlighting for zsh
- zsh-autosuggestions - fish-like auto-suggestions for zsh
- tmux - terminal multi-plexer
- fzf - command-line fuzzy finder
- spotify-tui - visual spotify player that lives in your terminal and connects through
- plugins:
- 'morhetz/gruvbox' - retro groove color scheme for Vim
- 'ryanoasis/vim-devicons' - add DevIcons to Vim plugins
- 'jremmen/vim-ripgrep' - a smart and fast command line search tool
- 'tpope/vim-fugitive' - ugitive.vim: A Git wrapper so awesome, it should be illegal
- 'leafgarland/typescript-vim' - syntax file and other settings for Typescript
- 'vim-utils/vim-man'- view and grep man pages in vim
- 'lyuts/vim-rtags' - C/C++ tagger
- 'ycm-core/YouCompleteMe' - a code-completion engine for Vim
- 'ctrlpvim/ctrlp.vim.git'- Full path fuzzy file, buffer, mru, tag finder for Vim.
- 'mbbill/undotree'- undo history visualizer for VIM
- 'vim-airline/vim-airline' - lean & mean status/tabline for vim that's light as air
- 'vim-airline/vim-airline-themes' - collection of vim-airline themes
- 'preservim/nerdtree' - A tree explorer plugin for vim
- 'tiagofumo/vim-nerdtree-syntax-highlight' - syntax highlighting in :Nerdtree
- 'sheerun/vim-polyglot' - A solid language pack for Vim.
- 'nathanaelkane/vim-indent-guides' - plugin for visually displaying indent levels in code
- 'SirVer/ultisnips' - the ultimate snippet solution for Vim.
- 'honza/vim-snippets' - ultisnips for various programming languages
- put everything into $HOME
- debug all the errors that will inevitably arise
- install whatever is missing
- repeat 2-3 until it works or you trash it and just start from scratch
-
decide what needs to stay and what can probably go
-
replace using a fresh installations on a clean OS (oh-my-zsh/p10k are probably the most egregiously messy)
-
add some documentation on what is installed where