fixes for arch

This commit is contained in:
Tyler Starr 2023-07-05 09:46:43 -07:00
parent 10af914eb4
commit cc85e1f05d
6 changed files with 18 additions and 8 deletions

View File

@ -24,3 +24,11 @@
shell: | shell: |
usermod -a -G libvirt {{ user }} usermod -a -G libvirt {{ user }}
become: true become: true
- name: Start and enable dbus-broker
tags: ["once"]
systemd:
name: dbus-broker
enabled: true
state: started
become: true

View File

@ -13,9 +13,9 @@
shell: | shell: |
fc-cache -fv fc-cache -fv
- name: Install Noto Emoji Fonts - name: Install Noto Fonts for Emojis
pacman: pacman:
name: name:
- fonts-noto-color-emoji - noto-fonts-emoji
state: present state: present
become: true become: true

View File

@ -19,6 +19,7 @@
- fzf - fzf
- unzip - unzip
- chezmoi - chezmoi
- dbus-broker
state: present state: present
become: true become: true

View File

@ -1,7 +1,7 @@
- name: Install nnn dependencies - name: Install nnn dependencies
pacman: pacman:
name: name:
- libreadline-dev - readline
state: present state: present
become: true become: true

View File

@ -14,6 +14,7 @@
- khard # Command-line addressbook built around CardDAV - khard # Command-line addressbook built around CardDAV
- vdirsyncer # Synchronize calendars and addressbooks - vdirsyncer # Synchronize calendars and addressbooks
- neofetch # Simple system information script - neofetch # Simple system information script
- python-setuptools
state: present state: present
become: true become: true

View File

@ -34,11 +34,11 @@ chmod +x "$CHEZDIR/temp_bin/rbw-get"
# Set bitwarden email # Set bitwarden email
rbw config set email "$bitemail" rbw config set email "$bitemail"
# initialize chezmoi ## initialize chezmoi
chezmoi init #chezmoi init
#
# first chezmoi apply ## first chezmoi apply
chezmoi apply #chezmoi apply
# reboot! # reboot!
read -p "You should reboot, but I won't make you. Reboot? " -n 1 -r read -p "You should reboot, but I won't make you. Reboot? " -n 1 -r