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:
parent
1e67d11bf8
commit
26ebbceaed
3
.ackrc
Normal file
3
.ackrc
Normal file
@ -0,0 +1,3 @@
|
||||
--type-add=ruby=.haml,.rake,.rsel
|
||||
--type-add=text=.textile,.markdown,.md
|
||||
--type-add=css=.scss
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/.vim/sessions
|
||||
.gemrc
|
||||
/.vim/sessions
|
||||
2
Rakefile
2
Rakefile
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user