/- vscodium

no need to deploy these files, as 'local sync' extension now handles this.
This commit is contained in:
fro
2025-06-16 19:34:48 -05:00
parent 84802434de
commit d67413a0d3
7 changed files with 0 additions and 6 deletions

6
scripts/99_deploy.sh Executable file → Normal file
View File

@@ -370,12 +370,6 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path}
deploy_file "${dots_trg}/pcmanfm/${file_name}" "${file_path}/${file_name}"
# vscodium
file_name=settings.json
file_path=/home/${system_user}/.config/VSCodium/User
create_dir ${file_path}
deploy_file "${dots_trg}/vscodium/${file_name}" "${file_path}/${file_name}"
# i3wm
if [ ${I3WM} == "true" ] ; then