diff --git a/.config/sddm/theme.conf b/.config/sddm/theme.conf new file mode 100644 index 0000000..2241ecf --- /dev/null +++ b/.config/sddm/theme.conf @@ -0,0 +1,2 @@ +[Theme] +Current=catppuccin-mocha diff --git a/.config/yadm/bootstrap.d/09-SDDM.sh b/.config/yadm/bootstrap.d/09-SDDM.sh new file mode 100755 index 0000000..5ce1b34 --- /dev/null +++ b/.config/yadm/bootstrap.d/09-SDDM.sh @@ -0,0 +1,8 @@ +#!/bin/env sh + +yay -S --needed sddm catppuccin-sddm-theme-mocha + +sudo mkdir -p /etc/sddm.conf.d +sudo ln ~/.config/sddm/theme.conf /etc/sddm.conf.d/theme.conf + +sudo systemctl enable sddm diff --git a/.config/yadm/bootstrap.d/30-GeneralPrograms.sh b/.config/yadm/bootstrap.d/30-GeneralPrograms.sh new file mode 100755 index 0000000..aa71018 --- /dev/null +++ b/.config/yadm/bootstrap.d/30-GeneralPrograms.sh @@ -0,0 +1,3 @@ +#!/bin/env sh + +yay -S zen-browser-bin diff --git a/.config/yadm/bootstrap.d/30-Git.sh b/.config/yadm/bootstrap.d/30-Git.sh index 5787309..11204c4 100755 --- a/.config/yadm/bootstrap.d/30-Git.sh +++ b/.config/yadm/bootstrap.d/30-Git.sh @@ -4,3 +4,6 @@ yay -S --needed kwallet kwalletmanager \ git-credential-oauth git credential-oauth configure + +git config --global user.email "git@iedsoftworks.com" +git config --global user.name "Michel Fedde" diff --git a/.gitignore b/.gitignore index eb83e49..568cb7f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ !/.config/yadm/ !/.config/waybar/ !/.config/evremap/ +!/.config/sddm/ # DO NOT EDIT ANYTHING PAST HERE! # Scripts automatically add entries here