39 lines
626 B
YAML
Raw Normal View History

2022-07-30 12:55:20 +01:00
---
- 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 ncdu
2022-07-30 12:55:20 +01:00
apk:
name: ncdu
2022-07-30 12:55:20 +01:00
world: /bedrock/strata/alpine/etc/apk/world
- name: Install cowsay
aur:
name: cowsay
2022-07-30 12:55:20 +01:00
- name: Install thefuck
aur:
2022-07-30 12:55:20 +01:00
name: thefuck