Explorar o código

Add ackrc and ag-ignore for searching node apps

Andrew Swistak %!s(int64=6) %!d(string=hai) anos
pai
achega
313a8e0514
Modificáronse 3 ficheiros con 6 adicións e 1 borrados
  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'