Choco Example: Atom + git

  1. install chocolatey
    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'))
  2. install git
    choco install git
  3. install atom
    choco install atom
  4. start atom and install packages
    1. sync-settings
    2. sync-settings-git-location
  5. go to sync-settings package setting and enable: “Use other Backup Location”
  6. got to sync-settings-git-location setting and change git location to your project (create new private project first): https://gitsrv.schnuerle.com:8443/js/atomcfg.git
  7. start restore config (ctrl+shit+p ⇒ “Sync Settings: Restore”)


Authors:
  • Jochen Schnuerle