aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-12 17:47:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-12 17:47:24 +1200
commit40710b8636a0370bace9dcc39a04c5add7ad7011 (patch)
tree2587371d05c22579e9977b3ee9eb1275830d010d /install
parentUpdate install script to add bash_profile (diff)
downloaddotfiles-40710b8636a0370bace9dcc39a04c5add7ad7011.tar.gz
dotfiles-40710b8636a0370bace9dcc39a04c5add7ad7011.zip
Add basic .ackrc
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index a80e402c..36fb5bec 100755
--- a/install
+++ b/install
@@ -13,6 +13,7 @@ dotfiles=$HOME/.dotfiles
(cd $dotfiles && git submodule update --init )
# Link in essentials
+ln -insv $dotfiles/ack/ackrc $HOME/.ackrc
ln -insv $dotfiles/bash/bash_profile $HOME/.bash_profile
ln -insv $dotfiles/bash/bashrc $HOME/.bashrc
ln -insv $dotfiles/bash/bashrc.d $HOME/.bashrc.d