Last active
October 27, 2017 13:22
-
-
Save arbaaz/230abeae5494b0aa8846089554d2dfbd to your computer and use it in GitHub Desktop.
unbuntu setup
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
sudo apt install -y git | |
sudo apt-get install libxss1 libappindicator1 libindicator7 | |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
sudo dpkg -i google-chrome*.deb | |
sudo apt-get install gnome-tweaks | |
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg | |
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg | |
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list' | |
sudo apt-get update | |
sudo apt-get install code # or code-insiders | |
curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - | |
curl -L https://get.rvm.io | bash -s stable --ruby | |
sudo apt-get install -y zsh | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
curl -L https://git.io/n-install | bash | |
gem install sass | |
npm install -g serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment