Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 527 Bytes

Dotfiles

This repository contains all of my dotfiles that I use on my Arch Linux systems.

Requirements

Before starting, make sure you have the following installed in your system:

sudo pacman -S ansible git

Clone the repo and setup with Ansible

git clone git@github.com/aacevski/dotfiles.git ~/dotfiles && cd ~/dotfiles
ansible-playbook dotfiles_setup.yml --ask-become-pass

Preview