Skip to content

Instantly share code, notes, and snippets.

@hilotech
Created November 4, 2014 01:30
Show Gist options
  • Save hilotech/0044ad951893ba277d6b to your computer and use it in GitHub Desktop.
Save hilotech/0044ad951893ba277d6b to your computer and use it in GitHub Desktop.
Install Atom Editor to Windows (w/Cygwin) via Chocolatey
powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
REM for CygWin Environment
mv /usr/bin/git /usr/bin/cyg-git
call cinst git
call cinst nodejs
call cinst atom
call apm install Sublime-Style-Column-Selection
call apm install atom-alignment
call apm install atom-beautifier
call apm install atom-color-highlight
call apm install autocomplete-plus
call apm install autocomplete-snippets
call apm install autocomplete-paths
call apm install file-icons
call apm install git-plus
call apm install highlight-selected
call apm install language-yaml
call apm install linter
call apm install linter-jshint
call apm install linter-shellcheck
call apm install minimap
call apm install project-manager
call apm install recent-files
call apm install script
call apm install sort-lines
call apm install go-to-line
call apm install highlight-line
call apm install pretty-json
call apm install linter-perl
call apm install language-perl
call apm install execute-as-perl
call apm install html-helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment