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
).
For testing the install.py
script use the docker container:
./run-dev.sh