Compare commits
No commits in common. "c2f1cd3201f0e95b396423aec1ac525fd2cdc230" and "f6e60b841710643df44fe50928424f72560963c3" have entirely different histories.
c2f1cd3201
...
f6e60b8417
@ -1,5 +0,0 @@
|
||||
---
|
||||
- name: install homebrew package
|
||||
homebrew:
|
||||
name: bat
|
||||
state: latest
|
@ -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
|
@ -1,2 +0,0 @@
|
||||
---
|
||||
- include_tasks: '{{ansible_os_family}}.yaml'
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
- name: install homebrew pacakge
|
||||
homebrew:
|
||||
name: tree
|
||||
state: latest
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
- name: install apt package
|
||||
become: true
|
||||
apt:
|
||||
name: tree
|
||||
state: latest
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
- name: install choco package
|
||||
win_chocolatey:
|
||||
name: tree
|
||||
state: latest
|
@ -1,2 +0,0 @@
|
||||
---
|
||||
- include_tasks: '{{ansible_os_family}}.yaml'
|
@ -4,12 +4,8 @@
|
||||
roles:
|
||||
- role: zsh
|
||||
- role: tmux
|
||||
- role: neovim
|
||||
|
||||
- role: ag
|
||||
- role: bat
|
||||
- role: git
|
||||
- role: tree
|
||||
|
||||
- role: neovim
|
||||
- role: ag
|
||||
- role: nodejs
|
||||
- role: python
|
||||
|
10
windows.yaml
10
windows.yaml
@ -13,14 +13,10 @@
|
||||
|
||||
roles:
|
||||
- role: powershell
|
||||
- role: neovim
|
||||
|
||||
- role: ag
|
||||
- role: git
|
||||
- role: tree
|
||||
|
||||
- role: neovim
|
||||
- role: ag
|
||||
- role: nodejs
|
||||
- role: python
|
||||
|
||||
- role: 1password
|
||||
- role: autohotkey
|
||||
- role: 1password
|
||||
|
Loading…
x
Reference in New Issue
Block a user