mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-14 18:59:43 +10:00
Update install.sh
This commit is contained in:
+1
-3
@@ -66,9 +66,7 @@ echo '
|
||||
'
|
||||
set -x
|
||||
# Backup old config file if it exists
|
||||
if [ -f ~/.zshrc ]; then
|
||||
mv ~/.zshrc ~/.zshrc.backup
|
||||
fi
|
||||
cp .zshrc .zshrc.backup
|
||||
|
||||
# Download and replace config file
|
||||
curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/configs/.zshrc -o ~/.zshrc
|
||||
|
||||
Reference in New Issue
Block a user