Various configuration files and scripts. It makes me feel more at home.
To install the dotfiles:
-
Fork the repository to your own github account.
-
Clone your shiny new fork to your own computer.
$ git clone git@github.com:<your github username>/dotfiles.git
-
Navigate to the bin folder
$ cd <path to repository>/bin
-
Run the install script
$ ./dotfiles
The install for the powershell dotfiles is much the same, but instead of running bin/dotfiles
, run bin/dotfiles.ps1
.
Note that it is highly recommended to change the powershell colour scheme to match the solarized colours that the prompt is expecting. For details about how to do this, see the powershell solarized repository.
- Mathias Bynens and his dotfiles.
- Janmoesen and his dotfiles.
- Nicolas Gallagher and his dotfiles.