Skip to content

Instantly share code, notes, and snippets.

@lnfnunes
Last active May 21, 2016 04:04
Show Gist options
  • Save lnfnunes/5f35b01df6718003b0ca to your computer and use it in GitHub Desktop.
Save lnfnunes/5f35b01df6718003b0ca to your computer and use it in GitHub Desktop.
Linux setup commands/programs
// --------------------------------------------------
// Install Node via NVM
-------------------------------------------------- //
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-with-nvm-node-version-manager-on-a-vps
// --------------------------------------------------
// Install Atom via apt-get
-------------------------------------------------- //
sudo add-apt-repository ppa:webupd8team/atom -y && sudo apt-get update && sudo apt-get install atom -y
// --------------------------------------------------
// Install ZSH / Oh-my-zsh
-------------------------------------------------- //
https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH
http://ohmyz.sh/
// --------------------------------------------------
// Ubuntu (advanced) customizations
-------------------------------------------------- //
1. sudo apt-get install compizconfig-settings-manager
2. ccsm
// --------------------------------------------------
// Ubuntu (xSwipe multitouch gestures)
-------------------------------------------------- //
http://mpiannucci.com/view/multitouchgesture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment