diff options
author | Tharre <tharre3@gmail.com> | 2015-04-07 19:40:03 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 19:43:04 +0000 |
commit | b9f55269920a47fda4ee3216bbe5381b53c286a7 (patch) | |
tree | 28fbf624ead0585f2fe852865df8e3b414031b27 /install.sh | |
parent | 3689137ec608916b19362ecc190627f0d8a42761 (diff) | |
download | dotfiles-b9f55269920a47fda4ee3216bbe5381b53c286a7.tar.gz dotfiles-b9f55269920a47fda4ee3216bbe5381b53c286a7.tar.xz dotfiles-b9f55269920a47fda4ee3216bbe5381b53c286a7.zip |
Add .makepkg
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |