Tidy dependencies

This commit is contained in:
2024-06-06 22:11:02 +01:00
parent 5b7819c6b9
commit e456350591
2 changed files with 8 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
email = "ehtrude@gmail.com" email = "ehtrude@gmail.com"
name = "TrudeEH" 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 if [[ ${main_menu[@]} =~ 1 ]]; then # DWM
# DWM + ST + DMENU deps # 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 # Desktop tools
sudo nala install feh xorg iwd sudo nala install feh iwd
sudo cp -f iwd.conf /etc/iwd/main.conf sudo cp -f iwd.conf /etc/iwd/main.conf
sudo systemctl enable iwd sudo systemctl enable iwd
sudo systemctl start iwd sudo systemctl start iwd