sudo groupadd npmsudo usermod -a -G npm,staff $USERsudo apt-get updatesudo apt-get upgradesudo apt-get dist-upgrade(this one is optional)sudo apt-get -y install curl postgresql libpq-dev default-jre build-essential phantomjs nodejssudo apt-get -y install ack-grep vim libgnome2-bin(these are optional)curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -sudo apt-get install nodejssudo chown root:staff /usr/binsudo chmod 0775 /usr/binsudo chown -R root:npm /usr/lib/node_modulessudo chmod 0755 /usr/lib/node_modulestouch ~/.netrc && chmod 0600 ~/.netrcgpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3\curl -sSL https://get.rvm.io | bashsource /home/[your directory here]/.rvm/scripts/rvm(replace [your directory here] with your home directory)rvm install 2.3.3rvm use 2.3.3 --defaultecho "gem: --no-ri --no-rdoc" > $HOME/.gemrcgem update --system 2.6.7gem install learn-cogem install phantomjsgem install pggem install sqlite3gem install bundlergem install railsgem install prynpm install -g protractorls -al ~/.ssh(This will check for existing SSH keys. If you already have a key but aren't sure if it's on GitHub, goto #32)ssh-keygen(ONLY DO THIS IF YOU DON'T ALREADY HAVE A GENERATED SSH KEY: just press return for everything, and don't enter a passphrase)cat ~/.ssh/id_rsa.pub, copy output, and add as ssh key on githublearn whoamiand enter oauth token when asked (from https://learn.co/<github_username>)
- Install Chrome
- Install Atom
- Install Slack
- Install TeamViewer
curl "https://raw.githubusercontent.com/flatiron-school/dotfiles/master/irbrc" -o "$HOME/.irbrc"curl "https://raw.githubusercontent.com/flatiron-school/dotfiles/master/ubuntu-gitignore" -o "$HOME/.gitignore"curl "https://raw.githubusercontent.com/flatiron-school/dotfiles/master/linux_bash_profile" -o "$HOME/.bash_profile"(this will overwrite existing bash profile, so back up if you want to)curl "https://raw.githubusercontent.com/flatiron-school/dotfiles/master/linux_gitconfig" -o "$HOME/.gitconfig"thennano $HOME/.gitconfigand edit what needs to be edited (github username and github email in a few places)