Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 666 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 666 Bytes

Dotfiles

Installation

Clone this repository directly in your home folder, e.g., ~/dotfiles.

git clone https://github.com/camilanovaes/my-dotfiles.git ~/dotfiles

After that just run the installation script:

cd ~/dotfiles
./install.py all

You can check all commands before installing anything using the --dry flag (e.g. ./install.py --dry all).

Development

For testing the install.py script use the docker container:

./run-dev.sh