Skip to content

Scripts to simplify setting up new machines of mine

License

Notifications You must be signed in to change notification settings

vascoalramos/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

Screenshot of my shell prompt

Installation

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!

Using Git

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

Git-free install

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.

Tools & Software

Package Managers
CLI Tools & Utilities
Browsers
Development
Communication
Miscellaneous

Feedback

Suggestions and/or improvements welcome!

Author

Acknowledgments

About

Scripts to simplify setting up new machines of mine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages