Skip to content

Instantly share code, notes, and snippets.

@opchaves
Last active November 24, 2016 15:42
Show Gist options
  • Save opchaves/04417bbfeeff9e8ad6a4557e032b8a88 to your computer and use it in GitHub Desktop.
Save opchaves/04417bbfeeff9e8ad6a4557e032b8a88 to your computer and use it in GitHub Desktop.
A list of commands to install and config the tools I use daily

Xubuntu Configuration

Zsh

Install

sudo apt-get install zsh

Install Oh My Zsh

Via curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Change your default shell to zsh

chsh -s /bin/zsh

Vim

Install

sudo apt-get install vim

Use Vim Bootstrap to generate your .vimrc

Go to the below links to better understand Vim

Tmux

sudo apt-get install tmux

Using tmux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment