My dotfiles for a clean OS rampup.
- Ubuntu (Tested on >= 16.04)
- macOS (Tested on >= 10.11)
sudo ./install.sh
To preserve the user's HOME environment variable use
sudo -E ./install.sh
sudo ./install.sh --headless
This installs only headless tools/applications and omits things such as Google Chrome and VSCode.
- Fix ownership of files created by the script on Ubuntu 20.* (see tmp.sh for ideas)