A collection of scripts for a fast an easy installation of all software, icons, themes, cursors, ... automatically.
I will be using the following elements :
Sardi icons at AUR and Sourceforge
Surfn icons at AUR and Github
Aureola conky at Github
Plank themes at Github
More info can be found on http://erikdubois.be
#Screenshots
#Tutorials
Installation of Arch Linux is documented on https://erikdubois.be
##1. Arch installation
Archlinux installation can be found in this article. It will be shown in VirtualBox in order to be able to make a tutorial. Remember to choose the proper graphical driver and not the virtual box driver when installing on a ssd or harddisk.
http://erikdubois.be/how-to-install-arch-linux/
##2. Desktop environment installation
This installation on Arch Linux can be found in this article
http://erikdubois.be/how-to-install-xfce4-on-arch-linux/
Arch Linux XFCE4 playlist
https://www.youtube.com/playlist?list=PLlloYVGq5pS58Uc7Dgnu-Fk1BsS5Nnk6p
Showing all sardi and surfn icons.
https://www.youtube.com/watch?v=EHjCRJ3FdG0
#What can you do if the script does not execute?
Since I sometimes forget to make the script executable, I include here what you can do to solve that.
A script can only run when it is marked as an executable.
ls -al
Above code will reveal if a script has an "x". X meaning executable. Google "chmod" and "execute" and you will find more info.
For now if this happens, you should apply this code in the terminal and add the file name.
chmod +x typeyourfilename
Then you can execute it by typing
./typeyourfilename
Or you can follow these steps
#But that is the fun in Linux.
You can do whatever Y O U want.
Share the knowledge.