custom config files (.zshrc, .vimrc, etc)
personal collection of dotfiles, plugins, and themes with script to deploy them
zsh is default shell
oh-my-zsh is installed and $ZSH points to .oh-my-zsh installation folder
vim --version >= 9.0
custom .zshrc and .vimrc
vim plugins handled by vim-plug in .vimrc
zsh plugins are maintained as git submodules and linked to
$ZSH/custom/plugins/
zsh themes are maintained in zsh/themes and linked to $ZSH/custom/themes/
run ./linkdotfiles to view affected files/folders
run ./linkdotfiles force to link files/folders