Switched back to normal zsh

This commit is contained in:
Tobias Maier
2022-06-06 12:14:54 +02:00
parent 3cbc2df8b8
commit e0d20f134f
2 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,7 @@
- name: Install some more user-packages
kewlfft.aur.aur:
use: paru
name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust,docker,docker-compose,nerd-fonts-dejavu-complete,qbittorrent,freecad,vlc,gparted,exa,stl-thumb
name: syncthing,hashcat,hcxtools,prusa-slicer,onlyoffice-bin,kicad,kicad-library,kicad-library-3d,nano,firefox,visual-studio-code-bin,cargo,rust,docker,docker-compose,nerd-fonts-dejavu-complete,qbittorrent,freecad,vlc,gparted,exa,stl-thumb,tmux
state: present
become: yes
become_user: aur_builder

View File

@@ -65,7 +65,7 @@
become_user: aur_builder
- name: Install ZSH-GIT and reflector from AUR
community.general.pacman:
name: zsh-git,reflector
name: reflector
state: present
executable: paru
become: yes
@@ -76,7 +76,7 @@
- name: Install packages from AUR
community.general.pacman:
name: zsh-git,oh-my-zsh-git,zsh-theme-powerlevel10k-git,zsh-autosuggestions,zsh-syntax-highlighting,nano,ly,ansible,openssh
name: zsh,oh-my-zsh-git,zsh-theme-powerlevel10k-git,zsh-autosuggestions,zsh-syntax-highlighting,nano,ly,ansible,openssh
state: present
executable: paru
become: yes