Clone this repository directly in your home folder, e.g., ~/dotfiles.
git clone https://github.com/camilanovaes/my-dotfiles.git ~/dotfilesAfter that just run the installation script:
cd ~/dotfiles
./install.py allYou 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