Skip to content

Instantly share code, notes, and snippets.

@sam2de
Last active October 28, 2020 15:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam2de/effe55321781e42cdd9e5581f76538bf to your computer and use it in GitHub Desktop.
Save sam2de/effe55321781e42cdd9e5581f76538bf to your computer and use it in GitHub Desktop.
# Add MS code to path https://code.visualstudio.com/docs/setup/mac
cat << EOF >> ~/.zshrc
# Add Visual Studio Code (code)
export PATH="/Applications/Visual Studio Code.app/Contents/Resources/app/bin:$PATH"
EOF
==================
# Add Sublime text to path https://code.visualstudio.com/docs/setup/mac
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime
===============
Clear DNS:
sudo killall -HUP mDNSResponder
===========
cp /etc/php.ini.default /etc/php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment