*** Still under construction and have not been finished ***
Install "SublimeText3"
- Download from official site.
- Sublime Text - Download
Install "Package Control"
Case in Windows
- The following operation is done in "Git Bash".
- Before the following operations, install git from the official site.
-
- Git official site link: -> Git
Windows
cd ~/AppData/Roaming/Sublime\ Text\ 3/Packages
git clone https://github.com/wbond/sublime_package_control.git "Package Control"
cd "Package Control"
git checkout python3
Case in Mac
Mac
cd ~/Library/Application\ Support/Sublime\ Text\ 3/
git clone https://github.com/wbond/sublime_package_control.git "Package Control"
cd "Package Control"
git checkout python3
Move setting files into the folder that can be shared over the network.
- Use Dropbox share folder, and push it on the Git repository.