Add git, gum and pingu to terminal apps
This commit is contained in:
parent
33956b8d53
commit
7f00f92776
@ -14,6 +14,11 @@
|
||||
name: micro
|
||||
world: /bedrock/strata/alpine/etc/apk/world
|
||||
|
||||
- name: Install git
|
||||
apk:
|
||||
name: git
|
||||
world: /bedrock/strata/alpine/etc/apk/world
|
||||
|
||||
- name: Install bat
|
||||
apk:
|
||||
name: bat
|
||||
@ -36,3 +41,13 @@
|
||||
- name: Install thefuck
|
||||
aur:
|
||||
name: thefuck
|
||||
|
||||
- name: Install gum
|
||||
aur:
|
||||
name: gum-bin
|
||||
become_user: daniel
|
||||
|
||||
- name: Install pingu
|
||||
aur:
|
||||
name: pingu
|
||||
become_user: daniel
|
||||
|
Loading…
Reference in New Issue
Block a user