Skip to content

Automated script to install Budgie and all its programs on Arch Linux

Notifications You must be signed in to change notification settings

amrithmmh/ArchBudgie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ArchBudgie

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

Screenshots

Screenshots

#Tutorials

Installation of Arch Linux and consequently Budgie 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

Budgie installation on Arch Linux can be found on this article

http://erikdubois.be/how-to-install-budgie-on-arch-linux/

Youtube sources

Arch Linux Budgie playlist

https://www.youtube.com/playlist?list=PLlloYVGq5pS61C4jS9shFV62B_HseEAJS

Showing all sardi and surfn icons on Archlinux Budgie

https://www.youtube.com/watch?v=nrISx6JX258

F A Q


#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

Screenshots


#But that is the fun in Linux.

You can do whatever Y O U want.

Share the knowledge.

I share my knowledge at http://erikdubois.be

About

Automated script to install Budgie and all its programs on Arch Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.7%
  • Shell 2.9%
  • Scheme 1.4%