mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-03-07 17:43:06 +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
|
/.vim/sessions
|
||||||
.gemrc
|
|
||||||
2
Rakefile
2
Rakefile
@ -18,7 +18,7 @@ namespace :install do
|
|||||||
end
|
end
|
||||||
|
|
||||||
install :irb, ".irbrc", ".config/irb/*.rb"
|
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/*"
|
install :bin, "bin/*"
|
||||||
|
|
||||||
desc "installs the custom texmf folder"
|
desc "installs the custom texmf folder"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user