Tidy dependencies
This commit is contained in:
@@ -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 $@
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user