From add6428e63e78e7d0cf41bcb1d683e61274b0ac5 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Thu, 11 May 2023 09:19:54 -0700 Subject: [PATCH] Add gnome keyring --- dotenv.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotenv.sh b/dotenv.sh index cb321bd..6ba2c5b 100755 --- a/dotenv.sh +++ b/dotenv.sh @@ -64,7 +64,8 @@ sudo pacman -S -q --noconfirm \ print-manager \ libpaper \ ghostscript \ - sddm + sddm \ + gnome-keyring # Install programs using flatpak @@ -156,6 +157,7 @@ cat ./configs/vimrc-config >> ~/.config/nvim/init.vim # Begin Plasma Configurations sudo systemctl enable bluetooth sudo systemctl start bluetooth +sudo systemctl enable --now docker # Qogir git clone https://github.com/vinceliuice/Qogir-kde