Welcome to my humble dotfiles repo.
This was done with a lot of love and I occasionally update it.
First run install script ./bootstrap.sh
to download and setup everything
This uses the amazing dotbot to handle all the symlinking. These dotfiles are mainly for zsh, vim, and macos apps
For now this works on mac os only If you have any questions please feel free to open an Issue
git submodule add https://github.com/wfxr/forgit.git submodules/forgit
export MODULE=submodules/repo_name && git submodule deinit -f $MODULE && rm -rf .git/modules/$MODULE && git rm -f $MODULE