vhugo / dotfiles

My set of .dotfiles configuration for zsh, vim, tmux and other useful stuffs for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Here is the collection of my dotfiles. Most of what you see here came from christoomey/dotfiles, thoughtbot/dotfiles and some is inspired by other repositories on Github.

How I use it

First, install everything I'm going to use, which usually are zsh, vim, git, tmux and docker. Also to help me manage my dotfiles, I use RCM from Thoughtbot. After changing my default shell to zsh with this chsh -s /bin/zsh Then I clone this repo to my home directory as .dotfiles, and run rcup. After that I clone Vundle to my vim bundle directory, like this:

git clone git@github.com:VundleVim/Vundle.vim.git ~/.vim/bundles/vundle

About

My set of .dotfiles configuration for zsh, vim, tmux and other useful stuffs for development


Languages

Language:Vim Script 90.3%Language:Shell 8.4%Language:Python 1.1%Language:CoffeeScript 0.2%