Adds SDDM and git config & general program

This commit is contained in:
Michel Fedde 2025-02-24 19:09:55 +01:00
parent f322931a86
commit 4f8e016cab
5 changed files with 17 additions and 0 deletions

2
.config/sddm/theme.conf Normal file
View file

@ -0,0 +1,2 @@
[Theme]
Current=catppuccin-mocha

View file

@ -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

View file

@ -0,0 +1,3 @@
#!/bin/env sh
yay -S zen-browser-bin

View file

@ -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"