Adds SDDM and git config & general program
This commit is contained in:
parent
f322931a86
commit
4f8e016cab
5 changed files with 17 additions and 0 deletions
2
.config/sddm/theme.conf
Normal file
2
.config/sddm/theme.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[Theme]
|
||||||
|
Current=catppuccin-mocha
|
||||||
8
.config/yadm/bootstrap.d/09-SDDM.sh
Executable file
8
.config/yadm/bootstrap.d/09-SDDM.sh
Executable 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
|
||||||
3
.config/yadm/bootstrap.d/30-GeneralPrograms.sh
Executable file
3
.config/yadm/bootstrap.d/30-GeneralPrograms.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/env sh
|
||||||
|
|
||||||
|
yay -S zen-browser-bin
|
||||||
|
|
@ -4,3 +4,6 @@ yay -S --needed kwallet kwalletmanager \
|
||||||
git-credential-oauth
|
git-credential-oauth
|
||||||
|
|
||||||
git credential-oauth configure
|
git credential-oauth configure
|
||||||
|
|
||||||
|
git config --global user.email "git@iedsoftworks.com"
|
||||||
|
git config --global user.name "Michel Fedde"
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,6 +14,7 @@
|
||||||
!/.config/yadm/
|
!/.config/yadm/
|
||||||
!/.config/waybar/
|
!/.config/waybar/
|
||||||
!/.config/evremap/
|
!/.config/evremap/
|
||||||
|
!/.config/sddm/
|
||||||
|
|
||||||
# DO NOT EDIT ANYTHING PAST HERE!
|
# DO NOT EDIT ANYTHING PAST HERE!
|
||||||
# Scripts automatically add entries here
|
# Scripts automatically add entries here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue