Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don't want or need. Don't blindly use my settings unless you know what that entails. Use it at your own risk!
You can clone the repository wherever you want. The bootstrapper script will pull in the latest version and copy the files to your home folder.
git clone https://github.com/vascoalramos/dotfiles.git && cd dotfiles && sh setup.sh
To update, cd
into your local dotfiles
repository and then:
git pull origin master && sh setup.sh
To install these dotfiles without Git:
curl -#L https://github.com/vascoalramos/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={LICENSE} && sh setup.sh
To update later on, just run that command again.
CLI Tools & Utilities
Development
Communication
Miscellaneous
Suggestions and/or improvements welcome!
- Vasco Ramos: vascoalramos
- Mathias Bynens and his dotfiles repository
- Zell Liew and his dotfiles repository
- Brittany Chiang and her dotfiles repository
- João Marques and his machine-setup repository
- Atlassian Dotfiles Tutorial