add ackrc
This commit is contained in:
parent
724a7229ad
commit
1a721185fb
2 changed files with 4 additions and 0 deletions
3
ackrc
Normal file
3
ackrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
--type-set=plist=.plist
|
||||
--type-set=markdown=.md,.markdown
|
||||
--type-set=objc=.j
|
||||
1
init.sh
1
init.sh
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue