Implement terminal packages

This commit is contained in:
2022-07-30 12:55:20 +01:00
parent 5b4e57e5c5
commit f4bb962ba8
3 changed files with 410 additions and 0 deletions

View File

@ -0,0 +1,40 @@
---
- name: Update repositories
apk:
update_cache: yes
- name: Install fish shell
apk:
name: fish
world: /bedrock/strata/alpine/etc/apk/world
- name: Install micro
apk:
name: micro
world: /bedrock/strata/alpine/etc/apk/world
- name: Install bat
apk:
name: bat
world: /bedrock/strata/alpine/etc/apk/world
- name: Install btop
apk:
name: btop
world: /bedrock/strata/alpine/etc/apk/world
- name: Install cowsay
apk:
name: cowsay
world: /bedrock/strata/alpine/etc/apk/world
- name: Install thefuck
apk:
name: thefuck
world: /bedrock/strata/alpine/etc/apk/world
- name: Install ncdu
apk:
name: ncdu
world: /bedrock/strata/alpine/etc/apk/world