Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 857 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 857 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

Requirements

Use Arch or a flavour of it, I personally use Endeavour

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