Last active
October 12, 2017 00:44
-
-
Save SunnyRaj/c3c18a3f9ed8de6b7696e4ac934eeded to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
set -e | |
sudo apt-add-repository -y ppa:brightbox/ruby-ng | |
sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer | |
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test | |
# sudo add-apt-repository -y ppa:jonathonf/vim | |
sudo apt-get update | |
sudo apt-get -y upgrade | |
# Install essential software | |
sudo apt-get install -y build-essential git vim curl zsh gparted ctags ruby rake python-pip libevent-dev | |
sudo apt-get install -y software-properties-common python-software-properties | |
sudo apt-get install -y ruby2.3 ruby2.3-dev | |
# Install grub customizer | |
sudo apt-get install -y grub-customizer | |
# Install tmux 2.5 | |
sh -c "`curl -fsSL https://gist.githubusercontent.com/P7h/91e14096374075f5316e/raw/7f22dae6b8a2223c1026e4f0ef5d030b029c7493/tmux_build_from_source_Ubuntu.sh`" | |
# Install vim 8.0 with all features | |
sh -c "`curl -fsSL https://gist.githubusercontent.com/odiumediae/3b22d09b62e9acb7788baf6fdbb77cf8/raw/428500bf873c7968419820a18cb2e85a70601b2e/gistfile1.txt`" | |
# sudo apt install vim | |
# Install yadr | |
sh -c "`curl -fsSL https://raw.githubusercontent.com/skwp/dotfiles/master/install.sh`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment