tell-k / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dot Files

Initial Setting

$ git clone ssh://hg@bitbucket.org/tell_k/dotfiles
$ cd dotfiles
$ make setup
$ make install_vim_plugins

Optional Setting

  • create dictionary file for php
$ make create_php_dict
  • create dictionary file for perl
$ make create_perl_dict

Help

$ make help
Please use `make <target>' where <target> is one of
setup               to setup dotfiles.
install_neobundle   to install neobundle.vim.
install_vim_plugins to install vim plugins by vundle vim.
create_symlinks     to create symbolic links.
remove_symlinks     to remove symbolic links.
create_php_dict     to create dictionary file for php.
create_perl_dict    to create dictionary file for perl.

Author

tell-k <ffk2005@gmail.com>

About

my dotfiles


Languages

Language:Vim Script 55.5%Language:Python 18.6%Language:Perl 16.1%Language:Shell 6.6%Language:PHP 1.7%Language:Makefile 1.4%