Changes to provisioning scripts
This commit is contained in:
parent
16e84ed0ca
commit
8d0d33611f
|
@ -1,6 +1,6 @@
|
||||||
*font: xft:artwiz lemon-10
|
*font: xft:xos4 Terminus-12
|
||||||
*faceName: xft:artwiz lemon-10
|
*faceName: xft:xos4 Terminus-12
|
||||||
*boldFont: xft:artwiz lemon-10
|
*boldFont: xft:xos4 Terminus-12
|
||||||
*letterSpace: 0
|
*letterSpace: 0
|
||||||
*scrollBar: false
|
*scrollBar: false
|
||||||
*cursorUnderline: true
|
*cursorUnderline: true
|
||||||
|
|
|
@ -16,12 +16,12 @@ git clone https://aur.archlinux.org/pacaur.git "$REPOSITORY_PATH/pacaur"
|
||||||
|
|
||||||
# build and install cower
|
# build and install cower
|
||||||
cd "$REPOSITORY_PATH/cower"
|
cd "$REPOSITORY_PATH/cower"
|
||||||
makepkg -i --noconfirm --noedit
|
makepkg -i --noconfirm
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
# build and install pacaur
|
# build and install pacaur
|
||||||
cd "$REPOSITORY_PATH/pacaur"
|
cd "$REPOSITORY_PATH/pacaur"
|
||||||
makepkg -i --noconfirm --noedit
|
makepkg -i --noconfirm
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
# once installed, let the package manager manage itself and its dependencies
|
# once installed, let the package manager manage itself and its dependencies
|
||||||
|
|
|
@ -35,7 +35,7 @@ pacaur -S \
|
||||||
samba \
|
samba \
|
||||||
pulseaudio-ctl \
|
pulseaudio-ctl \
|
||||||
alsa-plugins \
|
alsa-plugins \
|
||||||
unclutter-xfixes-git gtk-theme-arc gtk-engine-murrine xorg-server-devel \
|
unclutter-xfixes-git gtk-engine-murrine xorg-server-devel \
|
||||||
bspwm-git sxhkd-git xdo-git \
|
bspwm-git sxhkd-git xdo-git \
|
||||||
siji-git terminus-font ttf-monaco gohufont artwiz-fonts phallus-fonts-git \
|
siji-git terminus-font ttf-monaco gohufont artwiz-fonts phallus-fonts-git \
|
||||||
--noconfirm --noedit
|
--noconfirm --noedit
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
pacaur -S \
|
pacaur -S \
|
||||||
gtk-theme-arc \
|
gtk-theme-arc-git \
|
||||||
|
xorg-drivers \
|
||||||
elementary-icon-theme \
|
elementary-icon-theme \
|
||||||
lemonbar-xft-git \
|
lemonbar-xft-git \
|
||||||
thunar thunar-volman gvfs \
|
thunar thunar-volman gvfs \
|
||||||
thunar-shares-plugin \
|
|
||||||
gvfs-smb \
|
gvfs-smb \
|
||||||
ttf-opensans ttf-dejavu \
|
ttf-opensans ttf-dejavu \
|
||||||
avr-libc avr-gcc dfu-programmer dfu-util \
|
avr-libc avr-gcc dfu-programmer dfu-util \
|
||||||
|
|
Reference in a new issue