Compare commits

...

4 commits

Author SHA1 Message Date
Oliver Davies bf9e024c7f
Update user.yml 2019-09-05 16:36:33 +01:00
Oliver Davies ba96878b9c
Add zsh-syntax-highlighting 2019-09-04 13:35:58 +01:00
Oliver Davies f04ef1b8c7 Add gantsign.antigen 2019-09-02 21:33:03 +01:00
Oliver Davies 03614d9ff5 Delete inventory.yml 2019-09-02 21:32:16 +01:00
4 changed files with 24 additions and 4 deletions

View file

@ -1,4 +0,0 @@
all:
hosts:
localhost:
ansible_connection: local

View file

@ -7,6 +7,7 @@
- vars/homebrew.yml
- vars/mas.yml
- vars/misc.yml
- vars/user.yml
tasks:
- include: tasks/sudoers.yml
@ -17,6 +18,8 @@
tags: ['macos']
roles:
- role: gantsign.antigen
tags: ['zsh']
- role: geerlingguy.dotfiles
tags: ['dotfiles']
- role: geerlingguy.homebrew

View file

@ -1,4 +1,6 @@
---
- src: 'gantsign.antigen'
version: '1.3.2'
- src: 'geerlingguy.dotfiles'
version: '1.2.0'
- src: 'geerlingguy.homebrew'

19
vars/user.yml Normal file
View file

@ -0,0 +1,19 @@
users:
- username: opdavies
antigen_libraries:
- name: oh-my-zsh
antigen_bundles:
- name: cd-gitroot
url: https://github.com/mollifier/cd-gitroot
- name: common-aliases
- name: composer
- name: docker
- name: git
- name: github
- name: npm
- name: osx
- name: z
- name: zsh-autosuggestions
url: https://github.com/zsh-users/zsh-autosuggestions
- name: zsh-syntax-highlighting
url: https://github.com/zsh-users/zsh-syntax-highlighting