diff --git a/ackrc b/ackrc new file mode 100644 index 0000000..4e83e35 --- /dev/null +++ b/ackrc @@ -0,0 +1,2 @@ +--type-add +js=.coffee diff --git a/install.sh b/install.sh index 1937847..fa9cc89 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ TARGET="$HOME" DOTFILES_LINK=".dotfiles" SYMLINK_PATH="$DOTFILES_LINK" PRIVATE_PATH="private" -SYMLINKS=(bundle emacs.d erlang gemrc gitconfig gitignore hgrc irbrc \ +SYMLINKS=(ackrc bundle emacs.d erlang gemrc gitconfig gitignore hgrc irbrc \ powconfig rspec tmux tmux.conf) LOAD_FILES=(profile zshrc)