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
|
enabled: true
|
||||||
state: started
|
state: started
|
||||||
become: true
|
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
|
# 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