Quickly and simply install settings, packages, aliases and functions on Linux, macOS, and Windows Linux Shells.
$ curl iac.sh/dotfiles | shFor enhanced security use https and verify the SHA before running installer
# verify SHA = 727dbe8038b2a4da5739a41cfacf918de1b8d24caa2b6774a9f1965527827531
curl https://iac.sh/dotfiles | shasum -a 256
# run installer
$ curl https://iac.sh/dotfiles | shThe installation script performs the following tasks:
- Install
gitif not installed (required to clone thedotfilesrepo) - On Linux, installs
python-distutils(for Python2) orpython3-distutils(for Python3) - Clones the
dotfilesrepo into the~/.dotfilesdirectory - Install platform specific dotfiles configurations
- symlinks settings, aliases and settings files
- install packages and sym-link files
Customize this repo by forking it and customizing to your needs.
- This repo uses dotbot bootstrap
- Configuration Info
- Dotbot Wiki