소스 검색

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'