-

Pycharm: Integrate Pycham with Github on MacOSX
Here are the steps: 1. Open Pycharm preferences 2. Input your Github account credentials Select (+) button to add account Input login name and password:
-
All about Sublime Text 3 on MacOSX
Below is my personal setup and configuration of Sublime Text 3 on MacOSX Setting up Sublime Text 3 for MacOSX Install Sublime Text 3 : Download sublime text 3 Setup sublime in command line [1] [2]: sudo ln -s “/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl” /usr/local/bin/subl if there is no /bin directory yet: cd /usr/local/ mkdir bin sudo ln…

