All dotfiles are supposed to work in both Mac and Ubuntu.
$ ./pre-install.sh # only on ubuntu. require sudo.
$ ./install.sh
- Maintanable: Keep repository small and updated.
- Idempotent:
./install.sh
should bring the same results after multiple runs. - No root permission: No root permission is required to run
./install.sh
.
MIT