Dotfiles are located in dotfiles folder, installation process is done by install-dotfiles script
in the root folder of the repository. scripts folder contain platform-specific installation logic
and some additional utilities.
- If you are on macOS, then first run
xcode-select --installto install command line tools. - Run
./install-dotfilesto link dotfiles. - Run
./install-appsto install apps with brew and Python 3 packages.
install-dotfiles script accepts two arguments: the first is the source directory which contains
dotfiles and the second is the destination directory where to link dotfiles. It can also be run
without arguments.install-apps script simply executes scripts in scripts folder.