diff options
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set -eou pipefail echo "Setting up dotfiles..." -rm -f ~/.bash_profile ~/.bashrc ~/.profile +rm -f ~/.bash_profile ~/.bashrc cd ~/.rc stow --no-folding --adopt . git restore . |
