Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 489 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 489 Bytes

DOTFILES

Never trust any scripts that you run!

Please make sure you check the scripts first before executing them. Some of them include sudo permission to run.

Note on submodules

This repository uses submodules. To clone the repo with submodules, use the following command:

git clone --recurse-submodules

If you have already cloned the repository, you can run the following command to update the submodules:

git submodule update --init --recursive