Skip to content

camilanovaes/my-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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