+ pcmanfm
This commit is contained in:
@@ -172,6 +172,12 @@ if [ ${operation} == "dots" ] ; then
|
||||
deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}"
|
||||
fi
|
||||
|
||||
# pcmanfm
|
||||
file_name=pcmanfm.conf
|
||||
file_path=/home/${user}/.config/pcmanfm/default
|
||||
mkdir -p ${file_path}
|
||||
deploy_file "${dots_trg}/vscodium/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# vscodium
|
||||
file_name=settings.json
|
||||
file_path=/home/${user}/.config/VSCodium/User
|
||||
|
||||
Reference in New Issue
Block a user