A repository to host my dotfiles and general environment configuration. The dotbot bootstrapper is used for installation and is included in this repository.
The bootstrapper creates symlinks to dotfiles in the user home directory ~
along with running shell scripts for more involved installation tasks.
The full list of operations performed by the installer can be found in the installation configuration.
The installation is idempotent, meaning it can be run multiple times without changing the final result.
git clone https://github.com/wllmsash/dotfiles
cd dotfiles
./install
Currently being used in the following environments:
- macOS Big Sur 11.2.3
- Ubuntu 20.04 LTS
Released under the MIT license. See LICENSE for details.