Configs for frequently used tools.
-
Clone repo with:
git clone --recurse-submodules https://github.com/stefanistrate/dotfiles.git
-
Install configs for managed tools, all at once, with:
./install.sh
-
Install configs for sudo tools, individually, with:
sudo sudo_tools/[TOOL]/install.sh
-
Restore backups manually.
-
Change login shell to
zsh
with:chsh -s $(which zsh)
Periodically, the following system info is saved into the snapshots folder, to facilitate future system recoveries:
- The list of installed applications (macOS).
- The list of installed fonts (macOS).
- The list of installed Homebrew packages (macOS).
Configs are licensed under the MIT License by Ștefan Istrate, except for...
managed_tools/vim/after/indent/python.vim
: licensed under Apache License 2.0 by Google LLC.