We're a place where coders share, stay up-to-date and grow their careers.
Don't forget to add a \ between Application and Support in steps 2 and 5. Otherwise the path will be incorrect and the cp and mv commands will fail.
\
Application
Support
cp
mv
Eg: ~/Library/Application\ Support/VSCodium/User/settings.json
~/Library/Application\ Support/VSCodium/User/settings.json
thanks for pointing that out! updated
Don't forget to add a
\
betweenApplication
andSupport
in steps 2 and 5.Otherwise the path will be incorrect and the
cp
andmv
commands will fail.Eg:
~/Library/Application\ Support/VSCodium/User/settings.json
thanks for pointing that out! updated