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
-
Change login shell to
zsh
with:chsh -s $(which zsh)
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.