From 4b7098cfb3b89f4b4fded05583175da157cfab5b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 12 Jul 2013 17:00:16 +1200 Subject: Update install script to add bash_profile --- install | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'install') diff --git a/install b/install index 5f038cb7..a80e402c 100755 --- a/install +++ b/install @@ -13,15 +13,16 @@ dotfiles=$HOME/.dotfiles (cd $dotfiles && git submodule update --init ) # Link in essentials -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/readline/inputrc $HOME/.inputrc -ln -insv $dotfiles/sh/profile $HOME/.profile -ln -insv $dotfiles/sh/profile.d $HOME/.profile.d -ln -insv $dotfiles/terminfo $HOME/.terminfo -ln -insv $dotfiles/vim/vimrc $HOME/.vimrc -ln -insv $dotfiles/vim $HOME/.vim +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/readline/inputrc $HOME/.inputrc +ln -insv $dotfiles/sh/profile $HOME/.profile +ln -insv $dotfiles/sh/profile.d $HOME/.profile.d +ln -insv $dotfiles/terminfo $HOME/.terminfo +ln -insv $dotfiles/vim/vimrc $HOME/.vimrc +ln -insv $dotfiles/vim $HOME/.vim # Link in shell stuff. while getopts :gmnptx opt -- cgit v1.2.3