Tidy dependencies

This commit is contained in:
2024-06-06 22:11:02 +01:00
parent 21f3776d0d
commit 23c56115af
2 changed files with 8 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
email = "ehtrude@gmail.com"
name = "TrudeEH"
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential]
helper = !pass-git-helper $@

View File

@@ -449,10 +449,10 @@ fi
if [[ ${main_menu[@]} =~ 1 ]]; then # DWM
# DWM + ST + DMENU deps
sudo nala install libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev
sudo nala install xorg libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev
# Desktop tools
sudo nala install feh xorg iwd
sudo nala install feh iwd
sudo cp -f iwd.conf /etc/iwd/main.conf
sudo systemctl enable iwd
sudo systemctl start iwd