updated stuff

This commit is contained in:
Your Name
2021-10-20 22:08:06 +02:00
parent 53506a58e5
commit dea9bab518
4 changed files with 25 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ pacman-key --populate
pacman -Syu --noconfirm git ansible
git clone https://gitea.maiertobi.de/tobimai/setup_ansible_playbooks.git install
cd install
ansible-galaxy install -r requirements.yml
ansible-playbook playbook.yml

View File

@@ -12,9 +12,9 @@
update_cache: yes
upgrade: yes
- name: Install package sudo from repo
- name: Install packages
community.general.pacman:
name: sudo
name: sudo,zsh,htop
state: present
- name: Make sure we have a 'wheel' group
@@ -35,3 +35,22 @@
password: $6$9OnvBMN6Sxc.muW1$afASAJdoPZL/WxTp6.lh/SurRRiClaru2Pl19fEo6j1aDEQw99kdkfls6.DB8OBacBDnT3bpsLYD3JqrvXlE9/
comment: Tobias Maier
groups: wheel
roles:
- role: gantsign.antigen
users:
- username: example
antigen_libraries:
- name: oh-my-zsh
antigen_theme:
name: robbyrussell
antigen_bundles:
# Bundles from the default repo (robbyrussell's oh-my-zsh).
- name: git
- name: heroku
- name: pip
- name: lein
- name: command-not-found
# Syntax highlighting bundle.
- name: zsh-syntax-highlighting # `name` is required (any valid file name will do so long as it's unique for the bundles)
url: zsh-users/zsh-syntax-highlighting

2
requirements.yml Normal file
View File

@@ -0,0 +1,2 @@
gantsign.antigen

1
tmp.txt Normal file
View File

@@ -0,0 +1 @@
Hello World