kimoto / dotfiles

dotfiles - my configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# =========================================================================
#       _______  __   __       _______     _______.
#      |   ____||  | |  |     |   ____|   /       |
#      |  |__   |  | |  |     |  |__     |   (----`
#      |   __|  |  | |  |     |   __|     \   \    
#    __|  |     |  | |  `----.|  |____.----)   |   
#   (__)__|     |__| |_______||_______|_______/    
#                                                  
# =========================================================================
#
# Memo:
# .emacs.dはファイルサイズがでかすぎるので保留中、解決したらアップロードする
#
# Install:
# -------------------------------------------------------------------------
# $ wget -O- https://raw.github.com/kimoto/dotfiles/master/README | sh  
# -------------------------------------------------------------------------
#
cd $HOME;
git clone --recursive git@github.com:kimoto/dotfiles.git;
./dotfiles/bin/mkworld.sh
./dotfiles/bin/mklink.sh
./dotfiles/bin/mkcrontab.sh

About

dotfiles - my configuration files


Languages

Language:Shell 57.1%Language:Vim Script 15.2%Language:Ruby 11.5%Language:Perl 7.2%Language:Groff 5.5%Language:JavaScript 1.8%Language:Emacs Lisp 1.7%