Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 756 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 756 Bytes

Dotfiles

The management system was taken from the elegant solution that Nicola Paolucci published with modifications to my taste.

Install

wget

bash <(wget -q -O - https://raw.githubusercontent.com/mpeterson/dotfiles/master/bootstrap-dotfiles.sh)

curl

bash <(curl -Lks https://raw.githubusercontent.com/mpeterson/dotfiles/master/bootstrap-dotfiles.sh)

Usage

This will install all dotfiles to your home directory, making backups as appropriate in .dotfiles-backup.

From here forward there is the alias dotfiles which is a very special git alias, as explained on the Atlassian site. The idea is basically to use dotfiles as if using git.