浏览代码

Add ackrc and ag-ignore for searching node apps

Andrew Swistak 6 年之前
父节点
当前提交
313a8e0514
共有 3 个文件被更改,包括 6 次插入1 次删除
  1. 2 0
      ackrc
  2. 1 0
      ag-ignore
  3. 3 1
      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

+ 3 - 1
bin/manage_dotfiles.sh

@@ -49,13 +49,15 @@ link() {
 install_dotfiles() {
   mkdir -p $HOME/.config/{,xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml/}
   confs=(
-    'tmux.conf'
+    'ackrc'
+    'ag-ignore'
     'bashrc'
     'fehbg'
     'gitconfig'
     'gitignore'
     'git_template'
     'gtkrc-2.0'
+    'tmux.conf'
     'vim'
     'vimrc'
     'xinitrc'