Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.1 KB

dotfiles

Configs for frequently used tools.

Installation

  1. Clone repo with:

    git clone --recurse-submodules https://github.com/stefanistrate/dotfiles.git
  2. Install configs for managed tools, all at once, with:

    ./install.sh
  3. Install configs for sudo tools, individually, with:

    sudo sudo_tools/[TOOL]/install.sh
  4. Restore backups manually.

  5. Change login shell to zsh with:

    chsh -s $(which zsh)

Snapshots

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).

Licenses

Configs are licensed under the MIT License by Ștefan Istrate, except for...