Skip to content

Instantly share code, notes, and snippets.

@davidbradway
Last active August 29, 2015 14:08
Show Gist options
  • Save davidbradway/7e50485ee3fcd150e341 to your computer and use it in GitHub Desktop.
Save davidbradway/7e50485ee3fcd150e341 to your computer and use it in GitHub Desktop.
ubuntu_config.md

Ubuntu Configuration

Install programs

    sudo add-apt-repository ppa:webupd8team/sublime-text-2
    sudo add-apt-repository ppa:tualatrix/ppa
    sudo apt-get update
    sudo apt-get install ubuntu-tweak
    sudo apt-get install sublime-text
    sudo apt-get install spyder
    sudo apt-get install arduino arduino-core
    cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
    ~/.dropbox-dist/dropboxd
    sudo apt-get install openjdk
    ls -al ~/.ssh
    ssh-keygen -t rsa -C "david.bradway@gmail.com"
    eval "$(ssh-agent -s)"
    ssh-add ~/.ssh/id_rsa
    sudo apt-get install xclip
    xclip -sel clip < ~/.ssh/id_rsa.pub
    sudo apt-get install python-pip
    pip install requests
    spyder &
    sudo apt-get install zsh
    curl -L http://install.ohmyz.sh | sh
    sudo apt-get install curl
    wget --no-check-certificate http://install.ohmyz.sh -O - | sh
    chsh -s /bin/zsh
    more ~/.zshrc 
    sudo apt-get install git-gui gitk
    sudo apt-get autoremove
    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
    sudo gedit /etc/apt/sources.list.d/google.list
    sudo apt-get update
    sudo apt-get install google-chrome-stable
    sudo apt-get install aptitude
    sudo dpkg -i synergy-1.4.12-Linux-x86_64.deb 
    sudo apt-get install matlab-support
    sudo apt-get install dropbox
    history > ubuntu_config.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment