lzh9102 / dotfiles

my configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lzh9102's dot files

Configuration files for common programs I use.

Setup

Warning: This script takes no effort to backup existing files in the home directory. Please make sure that you do want to overwrite those files before running this script.

Run the following command in your terminal. The setup script depends on vim and git, so please make sure you have them in your system.

git clone git://github.com/lzh9102/dotfiles ~/dotfiles  # ~/dotfiles can be any directory
cd ~/dotfiles
./setup.sh

Be sure to change the git and mercurial username after installation.

Features

vim

  • use vundle to manage plugins
  • automatically install all plugins in the setup script
  • compatible with neovim

zsh

  • two-line prompt
  • source ~/.zshrc.local at the end of ~/.zshrc for system-specific settings

About

my configuration files


Languages

Language:JavaScript 51.2%Language:Shell 21.9%Language:Vim Script 20.2%Language:AutoHotkey 2.9%Language:Emacs Lisp 2.8%Language:TeX 0.5%Language:HTML 0.2%Language:C 0.1%Language:Perl 0.1%Language:Mako 0.1%Language:Python 0.0%Language:Ruby 0.0%