Skip to content

DanWlker/.dotfiles

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published