Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 720 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 720 Bytes

Get Started

git clone https:/DanWlker/.dotfiles.git --recurse-submodules

If you already have the repo cloned:

git submodule update --init --remote --recursive

Clone this repo to your home directory ~/ then run

cd .dotfiles
stow .

After you made changes to the submodule .config/nvim:

cd .config/nvim
git add <stuff>
git commit -m <message>
git push origin HEAD:master
cd .dotfiles
git add .config/nvim 
git commit -m <message>
git push

If submodule changes don't appear when you run git status:

git submodule update --remote --merge

To reinstall everything that is listed in my_brews, use the command below:

brew install $(cat my_brews)