- Clone & cd:
git clone [email protected]:tstrul1/tstrul-dotfiles.git
cd tstrul-dotfiles
- Run Backup & Install script:
make install
OR:
./bootstrap.sh
Or you can choose which tasks/installations by running
make
OR:
make list
and then run desired task:
make <task>
make backup
OR:
./takeBackup.sh
Run symlinks script:
make symlinks
OR:
./createSymLinks.sh