Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ms:win:choco:inst:atomgit [2021/02/17 08:41] – created jsms:win:choco:inst:atomgit [2021/02/17 08:46] (current) js
Line 1: Line 1:
 ====== Choco Example: Atom + git ====== ====== Choco Example: Atom + git ======
  
-  - install chocolatey +  - install chocolatey <code>Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))</code> 
-  - install git </code bash>choco install git</code> +  - install git <code bash>choco install git</code> 
-  - install atom </code bash>choco install atom</code> +  - install atom <code bash>choco install atom</code> 
-  - start atom and install packages sync-settings sync-settings-git-location +  - start atom and install packages  
-    - change git location to your project: <code>https://gitsrv.schnuerle.com:8443/js/atomcfg.git</code+    - sync-settings 
-    - start restore config (ctrl+shit+p => "Sync Settings: Restore")+    - sync-settings-git-location 
 +  go to sync-settings package setting and enable: **"Use other Backup Location"** 
 +  - got to sync-settings-git-location setting and change git location to your project (create new private project first)**<nowiki>https://gitsrv.schnuerle.com:8443/js/atomcfg.git</nowiki>** 
 +  - start restore config (ctrl+shit+p => "Sync Settings: Restore")