mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
fixes for arch
This commit is contained in:
parent
10af914eb4
commit
cc85e1f05d
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
- fzf
|
- fzf
|
||||||
- unzip
|
- unzip
|
||||||
- chezmoi
|
- chezmoi
|
||||||
|
- dbus-broker
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user