Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 822 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 822 Bytes

dotfiles

License: MIT

  • Automated with Ansible.
  • Packages installed with Homebrew.
  • Dotfiles managed with GNU Stow.
  • No third-party dependencies.

Usage: make <tag> (defaults to "all" if empty)

Available tags:
all
brew
stow

Available commands:
  make check_ansible         Check if Ansible is installed.
  make install_ansible       Install Ansible.
  make install_collections   Install required Ansible collections.
  make run_playbook          Run the Ansible playbook.
  make help                  Display this help message.
git clone https://github.com/robertstojs/dotfiles.git
cd dotfiles
make