0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Sync SublimeText3 Settings in every PCs

Last updated at Posted at 2013-07-22

*** Still under construction and have not been finished ***

Install "SublimeText3"

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.

Replace local PC setting files with symbolic links which are destinated toward shared and synced remotely.

Reference

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?