Compare commits

..

No commits in common. "c2f1cd3201f0e95b396423aec1ac525fd2cdc230" and "f6e60b841710643df44fe50928424f72560963c3" have entirely different histories.

9 changed files with 5 additions and 51 deletions

View File

@ -1,5 +0,0 @@
---
- name: install homebrew package
homebrew:
name: bat
state: latest

View File

@ -1,13 +0,0 @@
---
- name: install apt package
become: true
apt:
name: bat
state: latest
- name: update bat alternative
become: true
alternatives:
name: bat
path: /usr/bin/batcat
link: /usr/local/bin/bat

View File

@ -1,2 +0,0 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'

View File

@ -1,5 +0,0 @@
---
- name: install homebrew pacakge
homebrew:
name: tree
state: latest

View File

@ -1,6 +0,0 @@
---
- name: install apt package
become: true
apt:
name: tree
state: latest

View File

@ -1,5 +0,0 @@
---
- name: install choco package
win_chocolatey:
name: tree
state: latest

View File

@ -1,2 +0,0 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'

View File

@ -4,12 +4,8 @@
roles: roles:
- role: zsh - role: zsh
- role: tmux - role: tmux
- role: neovim
- role: ag
- role: bat
- role: git - role: git
- role: tree - role: neovim
- role: ag
- role: nodejs - role: nodejs
- role: python - role: python

View File

@ -13,14 +13,10 @@
roles: roles:
- role: powershell - role: powershell
- role: neovim
- role: ag
- role: git - role: git
- role: tree - role: neovim
- role: ag
- role: nodejs - role: nodejs
- role: python - role: python
- role: 1password
- role: autohotkey - role: autohotkey
- role: 1password