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