From 0a3f8e3c938cf1979cbc64478df9ce2091b8fdcf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 18 Jul 2013 14:35:44 +1200 Subject: Make git config part of standard install Frees up -g as an option for install GnuPG --- install | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/install b/install index deb426be..430a4e1d 100755 --- a/install +++ b/install @@ -24,6 +24,7 @@ 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 ln -insv $dotfiles/curl/curlrc $HOME/.curlrc +ln -insv $dotfiles/git/gitconfig $HOME/.gitconfig ln -insv $dotfiles/readline/inputrc $HOME/.inputrc ln -insv $dotfiles/sh/profile $HOME/.profile ln -insv $dotfiles/sh/profile.d $HOME/.profile.d @@ -36,7 +37,9 @@ while getopts :gmnptx opt do case $opt in g) - ln -insv $dotfiles/git/gitconfig $HOME/.gitconfig + mkdir -pv $HOME/.gnupg + ln -insv $dotfiles/gnupg/gpg.conf $HOME/.gnupg + ln -insv $dotfiles/gnupg/gpg-agent.conf $HOME/.gnupg ;; m) ln -insv $dotfiles/mutt/muttrc $HOME/.muttrc @@ -46,11 +49,6 @@ do mkdir -pv $HOME/.config $HOME/.local/share/newsbeuter ln -insv $dotfiles/newsbeuter $HOME/.config ;; - p) - mkdir -pv $HOME/.gnupg - ln -insv $dotfiles/gnupg/gpg.conf $HOME/.gnupg - ln -insv $dotfiles/gnupg/gpg-agent.conf $HOME/.gnupg - ;; t) ln -insv $dotfiles/tmux/tmux.conf $HOME/.tmux.conf ;; -- cgit v1.2.3