summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-04-07 19:40:03 +0200
committerTharre <tharre3@gmail.com>2016-10-07 19:43:04 +0000
commitb9f55269920a47fda4ee3216bbe5381b53c286a7 (patch)
tree28fbf624ead0585f2fe852865df8e3b414031b27 /install.sh
parent3689137ec608916b19362ecc190627f0d8a42761 (diff)
downloaddotfiles-b9f55269920a47fda4ee3216bbe5381b53c286a7.tar.gz
dotfiles-b9f55269920a47fda4ee3216bbe5381b53c286a7.tar.xz
dotfiles-b9f55269920a47fda4ee3216bbe5381b53c286a7.zip
Add .makepkg
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index c00453c..d12e83a 100755
--- a/install.sh
+++ b/install.sh
@@ -21,4 +21,7 @@ ln -sf "$dotfiles/shell/_gitconfig" "$HOME/.gitconfig"
# [tmux]
ln -sf "$dotfiles/shell/_tmux.conf" "$HOME/.tmux.conf"
+# [arch linux]
+ln -sf "$dotfiles/shell/_makepkg.conf" "$HOME/.makepkg.conf"
+
echo "Finished installing dotfiles"