Skip to content

Instantly share code, notes, and snippets.

@MaxLeiter
Last active August 29, 2015 14:26

Revisions

  1. MaxLeiter revised this gist Aug 7, 2015. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion setup_ubuntu_15.sh
    Original file line number Diff line number Diff line change
    @@ -53,6 +53,11 @@ add-apt-repository ppa:yannubuntu/boot-repair -y
    #transmission (torrent)
    apt-get -y install transmission

    #conky
    apt-get -y install conky

    #VLC
    apt-get -y install vlc


    #git stuff
    @@ -74,4 +79,4 @@ apt-get install -y sublime-text-installer
    apt-get install -y skype
    apt-get install -y wine1.7
    apt-get install -y boot-repair && boot-repair
    apt-get install -y boot-repair
    apt-get install -y boot-repair
  2. MaxLeiter revised this gist Aug 6, 2015. 1 changed file with 31 additions and 19 deletions.
    50 changes: 31 additions & 19 deletions setup_ubuntu_15.sh
    Original file line number Diff line number Diff line change
    @@ -3,25 +3,25 @@
    apt-get update

    #terminator
    apt-get install terminator
    apt-get -y install terminator
    gsettings set org.gnome.desktop.default-applications.terminal exec 'terminator'

    #chrome
    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
    sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

    #spotify
    apt-add-repository -y "deb http://repository.spotify.com stable non-free"
    apt-add-repository "deb http://repository.spotify.com stable non-free" -y
    apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D2C19886

    #sublime text 3
    add-apt-repository ppa:webupd8team/sublime-text-3
    add-apt-repository ppa:webupd8team/sublime-text-3 -y

    #ruby
    apt-get install ruby-full
    apt-get -y install ruby-full

    #remove amazon from search
    apt-get autoremove unity-lens-shopping
    apt-get -y autoremove unity-lens-shopping

    #set name to show in top right
    gsettings set com.canonical.indicator.session show-real-name-on-panel true
    @@ -38,28 +38,40 @@ apt-get install gimp
    echo "deb http://archive.canonical.com/ubuntu trusty partner" | tee -a /etc/apt/sources.list.d/canonical_partner.list

    #wine
    add-apt-repository ppa:ubuntu-wine/ppa
    add-apt-repository ppa:ubuntu-wine/ppa -y

    #node and npm
    apt-get install nodejs
    apt-get install npm
    apt-get -y install nodejs
    apt-get -y install npm

    #remove firefox because we have chrome
    apt-get remove --purge firefox

    #because gnome-terminal is bad and terminator is great
    gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
    gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"
    #boot-repair
    add-apt-repository ppa:yannubuntu/boot-repair -y

    apt-get remove gnome-terminal
    apt-get install nautilus-actions
    #transmission (torrent)
    apt-get -y install transmission



    #git stuff
    git config --global color.ui true ; git config --global core.ignorecase false
    git config --global core.excludesfile "~/.gitignore"
    git config --global diff.renames copies ; git config --global alias.br "branch"
    git config --global alias.acheck "apply --check"
    git config --global alias.co "checkout"
    git config --global alias.cm "commit -m" ; git config --global alias.st "status"
    git config --global alias.cma "commit -am"
    git config --global alias.alias "config --get-regexp alias"

    #Be sure to use nautilus-actions-config-tool to add Open In Terminator to context menu

    apt-get update
    apt-get autoremove
    apt-get install google-chrome-stable
    apt-get install spotify-client
    apt-get install sublime-text-installer
    apt-get install skype
    apt-get install wine1.7
    apt-get install -y google-chrome-stable
    apt-get install -y spotify-client
    apt-get install -y sublime-text-installer
    apt-get install -y skype
    apt-get install -y wine1.7
    apt-get install -y boot-repair && boot-repair
    apt-get install -y boot-repair
  3. MaxLeiter revised this gist Aug 5, 2015. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions setup_ubuntu_15.sh
    Original file line number Diff line number Diff line change
    @@ -47,6 +47,15 @@ apt-get install npm
    #remove firefox because we have chrome
    apt-get remove --purge firefox

    #because gnome-terminal is bad and terminator is great
    gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
    gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"

    apt-get remove gnome-terminal
    apt-get install nautilus-actions

    #Be sure to use nautilus-actions-config-tool to add Open In Terminator to context menu

    apt-get update
    apt-get autoremove
    apt-get install google-chrome-stable
  4. MaxLeiter created this gist Aug 5, 2015.
    56 changes: 56 additions & 0 deletions setup_ubuntu_15.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,56 @@
    #!/bin/bash

    apt-get update

    #terminator
    apt-get install terminator
    gsettings set org.gnome.desktop.default-applications.terminal exec 'terminator'

    #chrome
    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
    sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

    #spotify
    apt-add-repository -y "deb http://repository.spotify.com stable non-free"
    apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D2C19886

    #sublime text 3
    add-apt-repository ppa:webupd8team/sublime-text-3

    #ruby
    apt-get install ruby-full

    #remove amazon from search
    apt-get autoremove unity-lens-shopping

    #set name to show in top right
    gsettings set com.canonical.indicator.session show-real-name-on-panel true

    #remove white dots from login screen
    xhost +SI:localuser:lightdm
    su lightdm -s /bin/bash
    gsettings set com.canonical.unity-greeter draw-grid false

    #gimp
    apt-get install gimp

    #skype
    echo "deb http://archive.canonical.com/ubuntu trusty partner" | tee -a /etc/apt/sources.list.d/canonical_partner.list

    #wine
    add-apt-repository ppa:ubuntu-wine/ppa

    #node and npm
    apt-get install nodejs
    apt-get install npm

    #remove firefox because we have chrome
    apt-get remove --purge firefox

    apt-get update
    apt-get autoremove
    apt-get install google-chrome-stable
    apt-get install spotify-client
    apt-get install sublime-text-installer
    apt-get install skype
    apt-get install wine1.7