seanshpark / macOS

problems and solutions
MIT License
0 stars 0 forks source link

Development environment #13

Open seanshpark opened 2 years ago

seanshpark commented 2 years ago

Settings for development

seanshpark commented 2 years ago

PATH the PATH

DYLD_LIBRARY_PATH

seanshpark commented 2 years ago

VSCode

Move .vscode to SSD

cd ~
# rsync -ruv --progress ~/.vscode /Volumes/SSD
# rm -rf ~/.vscode
mv ~/.vscode /Volumes/SSD/.
ln -s /Volumes/SSD/.vscode