Changeset 16667 for dotfiles

Show
Ignore:
Timestamp:
07/26/08 11:32:05 (4 months ago)
Author:
cho45
Message:

.gitconfig を反映させる

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/setup/cho45-setup.rb

    r11662 r16667  
    120120                end 
    121121 
     122                sh *%w{svn up -N git} 
     123                cd "git" do 
     124                        link "cho45-gitconfig", "~/.gitconfig" 
     125                end 
     126 
    122127                sh *%w{svn up -N rubygems} 
    123128                cd "rubygems" do