mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
fix dbus-broker
This commit is contained in:
parent
cc85e1f05d
commit
d4d4963492
@ -32,3 +32,12 @@
|
||||
enabled: true
|
||||
state: started
|
||||
become: true
|
||||
|
||||
- name: Start and enable dbus-broker globally
|
||||
tags: ["once"]
|
||||
systemd:
|
||||
name: dbus-broker
|
||||
scope: global
|
||||
enabled: true
|
||||
state: started
|
||||
become: true
|
||||
|
@ -34,11 +34,11 @@ chmod +x "$CHEZDIR/temp_bin/rbw-get"
|
||||
# Set bitwarden email
|
||||
rbw config set email "$bitemail"
|
||||
|
||||
## initialize chezmoi
|
||||
#chezmoi init
|
||||
#
|
||||
## first chezmoi apply
|
||||
#chezmoi apply
|
||||
# initialize chezmoi
|
||||
chezmoi init
|
||||
|
||||
# first chezmoi apply
|
||||
chezmoi apply
|
||||
|
||||
# reboot!
|
||||
read -p "You should reboot, but I won't make you. Reboot? " -n 1 -r
|
||||
|
Loading…
x
Reference in New Issue
Block a user