Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 406 Bytes

File metadata and controls

18 lines (14 loc) · 406 Bytes

dots

My dot-files (.bash_profile etc.)

Install with ./install.sh

Troubleshooting

If you run update and get a merge conflict for dots, you can reset your installation by running these commands in the dots-repo:

# fetch from the default remote, origin
git fetch
# reset your current branch (master) to origin's master
git reset --hard origin/master
# Reinstall dots
./install.sh