This is a very simple .dotfiles repo from a PHP developer.
You can use it by itself, but I use it primarily as a submodule of my MacOS development setup.
Attention: Better safe than sorry!
This will overwrite already existing .dotfiles in your home directory.
And now that you have been warned:
git clone https://github.com/kevinpapst/dotfiles.git
cd dotfiles
cp * ~/
source ~/.bash_profile
To update, change into your local dotfiles
repository and then:
git pull
cp * ~/
- the directorx
zsh
is not existing in here, but zsh will look there for custom files
- Ingo Walz for the idea to read more about public dotfiles
- Dotfiles the unofficial guide to dotfiles on GitHub
- Kevin Elliott for his repo
- Mathias Bynens for his repo
- tutsplus