From d8e4a008cae5ea78e3cb04ab6199c8cfaa928aa3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 7 Sep 2013 16:56:17 +1200 Subject: Consistently use arg 2 of ln(1) as name of link And not the name of an existing directory into which the link should be placed; more for clarity than practicality --- install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install') diff --git a/install b/install index 6a47f9d3..b53fa0b6 100755 --- a/install +++ b/install @@ -14,7 +14,7 @@ fi mkdir -p -- "$HOME"/{.config,.local/bin} # Link in essential logical binaries -ln -insv -- "$dotfiles"/ack/ack "$HOME"/.local/bin +ln -insv -- "$dotfiles"/ack/ack "$HOME"/.local/bin/ack # Link in essential configuration files ln -insv -- "$dotfiles"/ack/ackrc "$HOME"/.ackrc @@ -37,8 +37,8 @@ while getopts :gmntx opt; do case $opt in g) mkdir -p -- "$HOME"/.gnupg - ln -insv -- "$dotfiles"/gnupg/gpg.conf "$HOME"/.gnupg - ln -insv -- "$dotfiles"/gnupg/gpg-agent.conf "$HOME"/.gnupg + ln -insv -- "$dotfiles"/gnupg/gpg.conf "$HOME"/.gnupg/gpg.conf + ln -insv -- "$dotfiles"/gnupg/gpg-agent.conf "$HOME"/.gnupg/gpg-agent.conf ;; m) ln -insv -- "$dotfiles"/mutt/muttrc "$HOME"/.muttrc @@ -46,7 +46,7 @@ while getopts :gmntx opt; do ;; n) mkdir -p -- "$HOME"/.local/share/newsbeuter - ln -insv -- "$dotfiles"/newsbeuter "$HOME"/.config + ln -insv -- "$dotfiles"/newsbeuter "$HOME"/.config/newsbeuter ;; t) ln -insv -- "$dotfiles"/tmux/tmux.conf "$HOME"/.tmux.conf -- cgit v1.2.3