Updated domain name.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user