It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist.
If you run
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist.
If you run
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
| command-shift-P > Package > Package Generator: Generate Syntax Theme > mypackage | |
| cd ~/.atom/packages/mypackage | |
| apm login | |
| apm develop mypackage | |
| cd ~/github/mypackage | |
| sudo chown -R username:wheel . | |
| git commit -a -m 'checking everything in' | |
| apm publish --tag v2.5.0 minor |
#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync