move shellcheck to aur-install.sh, change default wallpaper
parent
310149b410
commit
470e26ab99
|
@ -22,7 +22,8 @@ cli-visualizer
|
|||
wob
|
||||
wayland-idle-inhibitor-git
|
||||
tofi
|
||||
sway-audio-idle-inhibit-git"
|
||||
sway-audio-idle-inhibit-git
|
||||
shellcheck-bin"
|
||||
|
||||
sudo pacman -S base-devel fakeroot
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pkgname="ajh-base"
|
||||
pkgver="1.0.0"
|
||||
pkgver="1"
|
||||
pkgrel="4"
|
||||
pkgrel="5"
|
||||
pkgdesc="Install my config for Arch based systems."
|
||||
arch=("x86_64")
|
||||
|
||||
|
@ -55,7 +55,6 @@ depends=(
|
|||
#devel
|
||||
"clang"
|
||||
"python-pip"
|
||||
"shellcheck"
|
||||
|
||||
#multimedia
|
||||
"pavucontrol"
|
||||
|
|
|
@ -92,7 +92,7 @@ configuration() {
|
|||
|
||||
#theming
|
||||
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
|
||||
|
||||
#download collapse OS if it is not already
|
||||
|
|
Loading…
Reference in New Issue