Browse Source

Add ackrc and ag-ignore for searching node apps

Andrew Swistak 6 years ago
parent
commit
85ff29498c
3 changed files with 7 additions and 2 deletions
  1. 2 0
      ackrc
  2. 1 0
      ag-ignore
  3. 4 2
      bin/manage_dotfiles.sh

+ 2 - 0
ackrc

@@ -0,0 +1,2 @@
+--color
+--ignore-dir=is:node_modules

+ 1 - 0
ag-ignore

@@ -0,0 +1 @@
+node_modules

+ 4 - 2
bin/manage_dotfiles.sh

@@ -48,11 +48,13 @@ link() {
 
 install_dotfiles() {
   confs=(
-    'tmux.conf'
+    'ackrc'
+    'ag-ignore'
     'bashrc'
+    'git_template'
     'gitconfig'
     'gitignore'
-    'git_template'
+    'tmux.conf'
     'vim'
     'vimrc'
     'zshrc'