Skip to content

robertstojs/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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