From c7b5b640985bd404c03af3864228a1d4c5ef37b4 Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Sun, 27 Mar 2016 20:40:38 +0100 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index c489361..64fd8f4 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -32,7 +32,7 @@ echo /usr/local/bin/bash | sudo tee -a /etc/shells chsh -s /usr/local/bin/bash # Configure Bash -curl https://raw.githubusercontent.com/Integralist/dotfiles/master/.bashrc -o ~/.bashrc +curl -LSso ~/.bashrc https://raw.githubusercontent.com/Integralist/dotfiles/master/.bashrc cat > ~/.bash_profile < ~/.gitignore-global < ~/.rspec -curl https://raw.githubusercontent.com/Integralist/dotfiles/master/.tmux.conf -o ~/.tmux.conf +curl -LSso ~/.tmux.conf https://raw.githubusercontent.com/Integralist/dotfiles/master/.tmux.conf