From ffc895e98c292da0095f8ea73891d89b715c6cea Mon Sep 17 00:00:00 2001 From: committer Date: Tue, 14 May 2024 08:56:48 -0500 Subject: [PATCH] + vscodium --- scripts/99_deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 8fd411f..c1cf35f 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -172,6 +172,11 @@ if [ ${operation} == "dots" ] ; then deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}" fi + # vscodium + file_name=settings.json + file_path=file_path=/home/${user}/.config/VSCodium/User + deploy_file "${dots_trg}/vscodium/${file_name}" "${file_path}/${file_name}" + # i3wm if [ ${I3WM} == "true" ] ; then