Compare commits

...

4 Commits

Author SHA1 Message Date
a0952d0c32
pack: ly 2022-04-13 00:38:08 +02:00
1be4cfdd7e
Merge remote-tracking branch 'g.phga.de/master' 2022-04-11 17:52:35 +02:00
ef243cc0b1
fix: only use makepkg 2022-04-11 17:52:08 +02:00
0002a8a3b9
fix: typo 2022-04-11 17:49:56 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -116,8 +116,8 @@ install_aur_helper() {
dialog --title "Installing the AUR Helper" --infobox "Cloning repository..." 0 0 dialog --title "Installing the AUR Helper" --infobox "Cloning repository..." 0 0
cd $(sudo -u $uname mktemp -d) cd $(sudo -u $uname mktemp -d)
git clone https://aur.archlinux.org/yay.git . &>> $logfile git clone https://aur.archlinux.org/yay.git . &>> $logfile
sudo -u $uname makepkg --noconfirm -s &>> $logfile sudo -u $uname makepkg --noconfirm -si &>> $logfile
pacman -U --noconfirm *.zst # pacman -U --noconfirm *.zst
} }
installation_loop() { installation_loop() {

View File

@ -64,6 +64,7 @@ A,P,nomacs,Image Viewer
A,P,rofi,Application launcher A,P,rofi,Application launcher
A,P,xsecurelock,Lockscreen A,P,xsecurelock,Lockscreen
A,P,xclip,clipboard A,P,xclip,clipboard
A,A,ly,Display manager
# A,M,dmenu,Generic menu for X # A,M,dmenu,Generic menu for X

1 # First column: A = All, L = Laptop, D = Desktop
64 # Window Management and eyecandy A,M,st,Terminal Emulator compiled manually from dotfiles repo
65 # New bspwm setup # Window Management and eyecandy
66 A,P,bspwm,windowmanagement # New bspwm setup
67 A,P,bspwm,windowmanagement
68 A,P,sxhkd,Keyboard shortcuts
69 A,P,compton,Required for st to get transparent background (xcomp graphic glitches)
70 A,P,libnotify,notifications