This is my personal dotfiles. It's forked from Dries Vints dotfiles, just changed enough to fit my personal preferences. If you want to know more about it, you can read the great blog post that he wrote.
- Generate a public and private SSH key
curl https://raw.githubusercontent.com/stfndamjanovic/dotfiles/HEAD/git/ssh.sh | sh -s "<your-email-address>"
- Clone repository to dotfiles and run installation
git clone [email protected]:stfndamjanovic/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./bootstrap.sh
Restart computer to apply all changes and that's it. Your development env is ready.