Skip to content

Ubuntu Startup Script designed to install some of the basic tools that I use and setup my desktop environment.

License

Notifications You must be signed in to change notification settings

Grippy98/SetupScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SetupScript

Ubuntu Startup Script designed to install some of the basic tools that I use and setup my desktop environment.

It will help setup a general dev. environment with Z Shell and Sublime Text as well as specific tools for building Jekyll Powered Websites and custom versions of the Linux Kernel.

terminal

The Script Installs:

General Packages:

  • Git
  • Curl (if not availeable by default)
  • Wget (if not availeable by default)
  • Net Tools
  • Sublime Text
  • Z Shell (and Oh-My-Zsh, using the Agnoster theme)
  • Powerline Fonts
  • Python and Pip
  • Google Chrome
  • Ubuntu Restricted Extras (Media codecs, etc.)
  • Unity Tweak Tool
  • Gdebi Package Manager (Better, more Light-Weight Alternative to Ubuntu Software Center)
  • Guake Terminal (dropdown terminal)

For Kernel Development:

  • Build-Essential Packages
  • Kernel-Package Packages
  • Fakeroot
  • Libncurses5-dev
  • Libssl-dev
  • CCache

For Ruby and Jekyll Work:

  • Ruby-Dev (Required for building Native Gems like Jekyll, Nokogiri etc.)
  • Jekyll
  • The Bundler Plugin (Which can then be used to install all dependencies via "bundle install" command within the project.)

Other Features:

  • Removes Amazon Icon (at least temporarily... need to investigate this further)
  • Disables Ubuntu Online Search

Now featuring a Mac Version! (kinda)

screen shot 2017-06-07 at 7 37 28 pm

About

Ubuntu Startup Script designed to install some of the basic tools that I use and setup my desktop environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages