Update bootstrap script to make some symlinks

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2022-02-27 15:28:07 +00:00
parent f52ce609db
commit 2533caea4d
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ customizeCloudShell() {
rm -fv ~/.customize_environment
fi
cp ~/.dotfiles/.config/devshell.env ~/.customize_environment && chmod +x ~/.customize_environment
ln -s ~/.dotfiles/.config/devshell.env ~/.customize_environment && chmod +x ~/.customize_environment
if [ ! -d "$HOME/.cloudshell" ]; then
mkdir "$HOME/.cloudshell"
fi