goopen / dotfiles

Config files on my ~/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Config files on my ~

Quick setup

Install zsh with oh-my-zsh first

sudo apt-get install -y zsh
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
cd ~ && \
  git clone --no-checkout git@github.com:hugochinchilla/dotfiles.git && \
  mv dotfiles/.git . && \
  rm -r dotfiles && \
  git reset --hard HEAD

About

Config files on my ~/


Languages

Language:Shell 42.5%Language:JavaScript 36.6%Language:Vim Script 17.7%Language:CSS 3.1%