Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

benmezger/dotans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible configuration for my dotfiles – Build Status (OSX)

This repository takes care of installing all the dependencies for my dotfiles, For this to work, make sure you first clone my dotfiles to your $HOME.

Requirements

Requirements (OSX)

Make sure you have Homebrew installed:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then install Ansible using Homebrew with brew install ansible

Requirements (Archlinux)

You can easily adapt it to work on another Linux distribution.

Install Ansible using pacman -Syy ansible

How to run

For Archlinux: ansible-playbook -i inventory archlinux.yml -K.

For OSX: ansible-playbook -i inventory osx.yml -K.

Further, you can take a look at my dotfiles here