/- vscodium
no need to deploy these files, as 'local sync' extension now handles this.
This commit is contained in:
6
scripts/99_deploy.sh
Executable file → Normal file
6
scripts/99_deploy.sh
Executable file → Normal file
@@ -370,12 +370,6 @@ if [ ${operation} == "dots" ] ; then
|
|||||||
create_dir ${file_path}
|
create_dir ${file_path}
|
||||||
deploy_file "${dots_trg}/pcmanfm/${file_name}" "${file_path}/${file_name}"
|
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
|
# i3wm
|
||||||
if [ ${I3WM} == "true" ] ; then
|
if [ ${I3WM} == "true" ] ; then
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user