added wallpapers
This commit is contained in:
parent
5901f87dd3
commit
860abb48d0
3 changed files with 13 additions and 0 deletions
|
@ -16,3 +16,9 @@ wayland-protocols,"Protocols and protocol extensions complementing the Wayland c
|
||||||
pkgconf,"development framework configuration tools",D,
|
pkgconf,"development framework configuration tools",D,
|
||||||
fcft,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman",D,
|
fcft,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman",D,
|
||||||
fcft-dev,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files)",D,
|
fcft-dev,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files)",D,
|
||||||
|
alsa-lib,"Advanced Linux Sound Architecture (ALSA) library",D,
|
||||||
|
alsa-lib-dev,"Advanced Linux Sound Architecture (ALSA) library (development files)",D,
|
||||||
|
file,"File type identification library",D,
|
||||||
|
file-dev,"File type identification utility (development files)",D,
|
||||||
|
openssl,"Toolkit for Transport Layer Security (TLS)",D,
|
||||||
|
openssl-dev,"Toolkit for Transport Layer Security (TLS) (development files)",D,
|
||||||
|
|
|
|
@ -120,3 +120,4 @@ setup_shell
|
||||||
setup_bluetooth
|
setup_bluetooth
|
||||||
setup_chroot
|
setup_chroot
|
||||||
post_install "$user"
|
post_install "$user"
|
||||||
|
printf "Installation finished, please reboot."; exit 0
|
||||||
|
|
|
@ -20,6 +20,12 @@ read_software(){
|
||||||
printf "Successfully installed all software!\n"
|
printf "Successfully installed all software!\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl_wallpapers() {
|
||||||
|
cd "$HOME"/Pictures/
|
||||||
|
git clone "https://git.amolinae.com/amolinae06/Wallpapers" && cd Wallpapers
|
||||||
|
rm -rf .git; cd "$HOME"
|
||||||
|
}
|
||||||
|
|
||||||
make_dwl() {
|
make_dwl() {
|
||||||
cd $HOME/.local/src/dwl/
|
cd $HOME/.local/src/dwl/
|
||||||
bwroot make install
|
bwroot make install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue