From 2533caea4d83d68f5d8ef727936032c1e4834d9f Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Sun, 27 Feb 2022 15:28:07 +0000 Subject: [PATCH] Update bootstrap script to make some symlinks Signed-off-by: Andrei Jiroh Eugenio Halili --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 919aee3..da7550e 100755 --- a/bootstrap +++ b/bootstrap @@ -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