1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Add .gemrc and .ackrc

This commit is contained in:
Holger Just 2011-02-02 14:39:25 +01:00
parent 1e67d11bf8
commit 26ebbceaed
4 changed files with 6 additions and 3 deletions

3
.ackrc Normal file
View File

@ -0,0 +1,3 @@
--type-add=ruby=.haml,.rake,.rsel
--type-add=text=.textile,.markdown,.md
--type-add=css=.scss

1
.gemrc Normal file
View File

@ -0,0 +1 @@
gem: --no-rdoc --no-ri

3
.gitignore vendored
View File

@ -1,2 +1 @@
/.vim/sessions
.gemrc
/.vim/sessions

View File

@ -18,7 +18,7 @@ namespace :install do
end
install :irb, ".irbrc", ".config/irb/*.rb"
install :dot, ".bash_profile", ".bashrc", ".gemrc", ".vimrc", ".vim", ".global_gitignore", ".gitconfig"
install :dot, %w(.bash_profile .bashrc .gemrc .global_gitignore .gitconfig .ackrc)
install :bin, "bin/*"
desc "installs the custom texmf folder"