move shellcheck to aur-install.sh, change default wallpaper
parent
310149b410
commit
470e26ab99
|
@ -22,7 +22,8 @@ cli-visualizer
|
||||||
wob
|
wob
|
||||||
wayland-idle-inhibitor-git
|
wayland-idle-inhibitor-git
|
||||||
tofi
|
tofi
|
||||||
sway-audio-idle-inhibit-git"
|
sway-audio-idle-inhibit-git
|
||||||
|
shellcheck-bin"
|
||||||
|
|
||||||
sudo pacman -S base-devel fakeroot
|
sudo pacman -S base-devel fakeroot
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
pkgname="ajh-base"
|
pkgname="ajh-base"
|
||||||
pkgver="1.0.0"
|
pkgver="1.0.0"
|
||||||
pkgver="1"
|
pkgver="1"
|
||||||
pkgrel="4"
|
pkgrel="5"
|
||||||
pkgdesc="Install my config for Arch based systems."
|
pkgdesc="Install my config for Arch based systems."
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
|
|
||||||
|
@ -55,7 +55,6 @@ depends=(
|
||||||
#devel
|
#devel
|
||||||
"clang"
|
"clang"
|
||||||
"python-pip"
|
"python-pip"
|
||||||
"shellcheck"
|
|
||||||
|
|
||||||
#multimedia
|
#multimedia
|
||||||
"pavucontrol"
|
"pavucontrol"
|
||||||
|
|
|
@ -92,7 +92,7 @@ configuration() {
|
||||||
|
|
||||||
#theming
|
#theming
|
||||||
sudo sh -c 'echo "FONT=Lat2-Terminus16" >> /etc/vconsole.conf'
|
sudo sh -c 'echo "FONT=Lat2-Terminus16" >> /etc/vconsole.conf'
|
||||||
ln -s /usr/share/backgrounds/archlinux/lone.jpg ~/.config/wall
|
ln -s /usr/share/backgrounds/archlinux/landscape.jpg ~/.config/wall
|
||||||
ln -s ~/.config/Xresources ~/.Xdefaults
|
ln -s ~/.config/Xresources ~/.Xdefaults
|
||||||
|
|
||||||
#download collapse OS if it is not already
|
#download collapse OS if it is not already
|
||||||
|
|
Loading…
Reference in New Issue