Bedrock-Linux-Desktop-Ansible/roles/packages-terminal/tasks/main.yaml

41 lines
722 B
YAML

---
- 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