From 88292d22db9c054d6644e80b91a8c7b0d9d9f4db Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Thu, 21 Oct 2021 11:18:54 +0200 Subject: [PATCH] 1 --- playbook.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/playbook.yml b/playbook.yml index 74b79b1..757c6da 100644 --- a/playbook.yml +++ b/playbook.yml @@ -2,11 +2,6 @@ - name: Initial installation of WSL arch hosts: localhost pre_tasks: - - name: test - copy: - content: Hello World - dest: ./tmp.txt - - name: Run the equivalent of "pacman -Syu" as a separate step community.general.pacman: update_cache: yes @@ -35,6 +30,7 @@ password: $6$9OnvBMN6Sxc.muW1$afASAJdoPZL/WxTp6.lh/SurRRiClaru2Pl19fEo6j1aDEQw99kdkfls6.DB8OBacBDnT3bpsLYD3JqrvXlE9/ comment: Tobias Maier groups: wheel + shell: /bin/zsh - name: Add name to git config community.general.git_config: @@ -47,23 +43,3 @@ name: user.email scope: global value: git@maiertobi.de - - - roles: - - role: gantsign.antigen - users: - - username: tobi - antigen_libraries: - - name: oh-my-zsh - antigen_theme: - name: romkatv/powerlevel10k - 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