mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(ack): add configuration
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
- clean: ['~']
|
||||
|
||||
- link:
|
||||
~/.ack: ack
|
||||
~/.wget: wget
|
||||
~/.zshrc: zshrc
|
||||
|
||||
|
||||
32
ack
Normal file
32
ack
Normal file
@@ -0,0 +1,32 @@
|
||||
# group the results by file
|
||||
--group
|
||||
|
||||
# only search case-sensitiv with mixed case
|
||||
--smart-case
|
||||
|
||||
# follow symlinks
|
||||
--follow
|
||||
|
||||
# Colorful output
|
||||
--color
|
||||
|
||||
# Ignore directories
|
||||
--ignore-dir=vendor
|
||||
--ignore-dir=log
|
||||
--ignore-dir=tmp
|
||||
--ignore-dir=gems
|
||||
--ignore-dir=node_modules
|
||||
--ignore-dir=bower_components
|
||||
|
||||
# Add file types
|
||||
--type-set=css=.css,.less,.scss,.styl
|
||||
--type-set=html=.html,.mustache,.handlebars,.tmpl
|
||||
--type-set=json=.json
|
||||
--type-set=less=.less
|
||||
--type-set=md=.markdown,.md
|
||||
--type-set=sass=.sass,.scss
|
||||
--type-set=styl=.styl
|
||||
--type-set=style=.scss,.sass,.styl,.less,.css
|
||||
--type-set=svg=.svg
|
||||
--type-set=ts=.ts
|
||||
|
||||
Reference in New Issue
Block a user