diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-06-19 00:16:11 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-06-19 00:16:50 +0200 |
| commit | bd84f23bd1650c385e401353fb39bd51a02263f8 (patch) | |
| tree | 698cf5e8bd7be0ba33ccda7878ad296a342a850b /install.sh | |
| parent | 00d9ebc671aeae474ceceee02969e22975eb3669 (diff) | |
Remove only files that are created by repo to avoid losing defaults
Diffstat (limited to 'install.sh')
| -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 . |
