Last active
July 19, 2016 21:20
-
-
Save NitsanBaleli/5362da5731fca3914e94 to your computer and use it in GitHub Desktop.
fresh install
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-get update && sudo apt-get upgrade | |
sudo add-apt-repository ppa:webupd8team/sublime-text-3 | |
sudo apt-get update | |
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" | |
sudo apt-get update | |
sudo add-apt-repository ppa:chris-lea/node.js | |
sudo apt-get update | |
sudo add-apt-repository ppa:olivier-berten/misc | |
sudo apt-get update | |
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" | |
sudo apt-get update | |
sudo apt-get install guake git curl sublime-text-installer nodejs ruby g++ libgemplugin-ruby zsh php5 libapache2-mod-php5 php5-cli apache2 php-pear mysql-server mysql-workbench skype phpmyadmin | |
wget -xNP ~/.config/sublime-text-3/Installed\ Packages/ http://sublime.wbond.net/Package%20Control.sublime-package | |
curl -L "https://raw.github.com/IlanFrumer/linux-enviroment/master/files/Preferences.sublime-settings" > ~/.config/sublime-text-3/Packages/User/Preferences.sublime-settings | |
curl -L "https://raw.github.com/IlanFrumer/linux-enviroment/master/files/Package%20Control.sublime-settings" > ~/.config/sublime-text-3/Packages/User/Package\ Control.sublime-settings | |
sudo npm install -g bower grunt-cli coffee-script express js2coffee nodemon html2jade jade node-gyp | |
sudo gem install sass | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 | |
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list | |
sudo apt-get update | |
sudo apt-get -y install mongodb-10gen | |
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh | |
sudo chsh -s $(which zsh) $USER | |
git clone https://github.com/rupa/z.git ~/z | |
curl -L "https://raw.github.com/IlanFrumer/linux-enviroment/master/files/.zshrc" > ~/.zshrc | |
sudo chown -R `whoami` ~/tmp | |
//add ssh key to github: | |
ssh-keygen -f ~/.ssh/id_rsa -t rsa -C "[email protected]" | |
ssh -T [email protected] | |
chsh -s /bin/zsh | |
which guake | |
//increase font size in skype | |
sudo apt-get install qt4-qtconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment