Updated domain name.

This commit is contained in:
Ali
2026-03-24 11:23:12 +08:00
parent 13d2cae74a
commit e3e23c2c36
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ EOF
echo "Created .vimrc with jellybeans colorscheme."
else
sed -i '/^colorscheme/d' $HOME/.vimrc
echo "colorscheme jellybeans" >> $HOME/.vimrc
echo "colorscheme jellybeans" >> $HOME/.vimrcd
echo "Updated .vimrc with jellybeans colorscheme."
fi
}
@@ -56,7 +56,7 @@ run_setup_tmux() {
# Get the absolute path to the directory containing this bash script
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Copy _tmux.conf to .tmux.conf in the user's home directory
cp "$SCRIPT_DIR/templates/_tmux.conf" $HOME/.tmux.conf
echo "Copied $SCRIPT_DIR/templates/_tmux.conf to $HOME/.tmux.conf"