Skip to content

Commit

Permalink
Add default ackrc and instructions for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kwiatkowski committed May 22, 2012
1 parent b6c1b36 commit 84e9286
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@
cd ~/.vim cd ~/.vim
git submodule update --init git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/ackrc ~/.ackrc


# Updating # Updating


Expand Down
6 changes: 6 additions & 0 deletions ackrc
@@ -0,0 +1,6 @@
--type-set=handlebars=.handlebars
--type-set=haml=.haml
--type-set=scss=.scss

--ignore-dir=tmp
--ignore-dir=public

0 comments on commit 84e9286

Please sign in to comment.