Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 766 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 766 Bytes

izidor's dotfiles

Collection of my various configs (aka dotfiles) and installation scripts.

Get started

Config files are stored under directory dotfiles/. They can be converted to an instalation script by running:

./build.py

To install the configs and run provisioning scripts:

./install

Install profiles:

  • ./install minimal will install important configs (bash/vim/tmux) only. No scripted provisioning will happen
  • ./install all will install all configs but no provisioning will happen
  • ./install scripts will only provision
  • ./install (default) will install all configs and run provision

The configs can be pulled from your home directory to dotfiles:

./collect.py --no-dry_run