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