add ackrc

This commit is contained in:
Sami Samhuri 2010-11-08 20:21:53 -08:00
parent 724a7229ad
commit 1a721185fb
2 changed files with 4 additions and 0 deletions

3
ackrc Normal file
View file

@ -0,0 +1,3 @@
--type-set=plist=.plist
--type-set=markdown=.md,.markdown
--type-set=objc=.j

View file

@ -8,6 +8,7 @@ else
CONFIG_PATH="${HOME}/config"
fi
[ -e ".ackrc" ] || ln -s "${CONFIG_PATH}/ackrc" ".ackrc"
[ -e ".emacs" ] || ln -s "${CONFIG_PATH}/emacs" ".emacs"
[ -e ".emacs.d" ] || ln -s "${CONFIG_PATH}/emacs.d" ".emacs.d"
[ -e ".screenrc" ] || ln -s "${CONFIG_PATH}/screenrc" ".screenrc"