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