Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 673 Bytes

dotfiles

Welcome to my humble dotfiles repo.

This was done with a lot of love and I occasionally update it.

Install

First run install script ./bootstrap.sh to download and setup everything

Features

This uses the amazing dotbot to handle all the symlinking. These dotfiles are mainly for zsh, vim, and macos apps

Support

For now this works on mac os only If you have any questions please feel free to open an Issue

Helpers

Git Submodules

Add

git submodule add https://github.com/wfxr/forgit.git submodules/forgit

Delete

export MODULE=submodules/repo_name && git submodule deinit -f $MODULE && rm -rf .git/modules/$MODULE && git rm -f $MODULE