25 December 2014

Set up your fresh Elementary OS install to kick ass for art!

I recently fell in love with Elementary OS when I was looking around for a way to spice up my computing and workflow. After several hours of tinkering and having fun, I decided to write a fairly complete script for installing all the stuff that I need as an artist. Perhaps another artist out there will want to use this on a fresh Elementary OS install as well. If that's the case, go to the link above, download the .iso file, use unetbootin to make a live stick for testing Elementary OS and installing, and then use the script provided below. Here goes!

Copy and paste this script into an empty text file in your home folder, my good Linux user, and then save the file as 'elemosautoinstall.sh'.


 #!/bin/bash  
 sudo software-properties-gtk &&  
 sudo apt-add-repository ppa:versable/elementary-update -y &&  
 sudo add-apt-repository ppa:otto-kesselgulasch/gimp &&  
 sudo apt-get update &&  
 sudo apt-get install elementary-tweaks elementary-wallpaper-collection wingpanel-slim super-wingpanel elementary-.*-theme elementary-.*-icons indicator-synapse firefox adobe-flashplugin vlc ubuntu-restricted-extras libavcodec-extra-53 libdvdread4 unace rar unrar p7zip-rar p7zip sharutils uudeview mpack lha arj cabextract lzip lunzip icedtea-plugin scribus inkscape gimp krita mypaint gimp-gmic audacity openshot -y &&  
 sudo apt-get update &&  
 sudo apt-get upgrade &&  
 sudo apt-get dist-upgrade &&  
 sudo apt-get autoremove &&  
 sudo reboot  
 done  

Now, in terminal, navigate to your home folder, and the type:


 ./elemosautoinstall.sh  

This is going to do a few things:

1) Run the software sources configuration app so you can choose your additional software sources.
2) Add PPA's so you can get some custom stuff for Elementary OS as well as GIMP.
3) Install additional Elementary OS components, some archive management components, and pretty things to customize the look of your desktop.
4) Install some key programs: GIMP, G-mic (GIMP add-ons), MyPaint, Krita, Inkscape, Scribus, Audacity (audio editing), and Openshot (because you wanna make videos of your art process for youtube, right?).
5) Update and upgrade your OS.
6) Reboot.

After all this is done, you can start kicking ass with your Elementary OS install, and start kicking ass with your art!

Merry Grav-Mass!

No comments:

Post a Comment