Last active
March 8, 2018 22:59
-
-
Save guilpejon/fe921a99d8bd7c77ee6badfac008994c to your computer and use it in GitHub Desktop.
Fresh Install Linux
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 add-apt-repository ppa:nilarimogard/webupd8 | |
sudo apt-get update | |
sudo apt-get install albert | |
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list | |
sudo apt-get update | |
sudo apt-get install google-chrome-stable | |
sudo add-apt-repository ppa:jonathonf/vim | |
sudo apt-get update | |
sudo apt install vim | |
sudo apt-get install vim-gtk libx11-dev libxtst-dev | |
mkdir -p ~/.vim/autoload ~/.vim/bundle | |
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim | |
sudo apt-get install silversearcher-ag | |
sudo apt-get install gnome-tweak-tool -y && gnome-tweak-tool #to invert capslock and esc | |
# usar instalador .deb do site oficial | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0DF731E45CE24F27EEEB1450EFDC8610341D9410 | |
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list | |
sudo apt-get update | |
sudo apt-get install spotify-client | |
https://slack.com/downloads/instructions/ubuntu | |
INSTALAR RAILS | |
gem install rubocop | |
sudo npm install --global coffeescript #coffee linter | |
npm install -g coffeelint #another coffee linter | |
wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh | |
heroku login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment