Show
Ignore:
Timestamp:
08/22/08 01:39:18 (5 months ago)
Author:
cho45
Message:

dotfiles 更新

Files:
1 modified

Legend:

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

    r16667 r18002  
    120120                end 
    121121 
    122                 sh *%w{svn up -N git} 
    123                 cd "git" do 
    124                         link "cho45-gitconfig", "~/.gitconfig" 
    125                 end 
    126  
    127122                sh *%w{svn up -N rubygems} 
    128123                cd "rubygems" do 
     
    133128                cd "git" do 
    134129                        link "cho45-gitconfig", "~/.gitconfig" 
     130                        link "cho45-gitignore", "~/.gitignore" 
    135131                end 
    136132        end