Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 999 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 999 Bytes

This repository hosts my dotfiles. The setup is performed through Ansible, this takes care of installation of software as well as symlink creation using GNU Stow.

Validate configuration Dependabot Updates

Requirements

Use either macOS or Arch

Usage

# Clone repo locally:
git clone https//www.github.com/glaaj/dotfiles`

# Run `install.sh` to install Ansible using pip
./install.sh

# Run Ansible playbook
ansible-playbook dotfiles_setup.yaml --ask-become-pass