Skip to content

Instantly share code, notes, and snippets.

@emasantos
Created February 19, 2019 16:06
Show Gist options
  • Save emasantos/b131eee3ffd6c64a1f31a6ab543456ba to your computer and use it in GitHub Desktop.
Save emasantos/b131eee3ffd6c64a1f31a6ab543456ba to your computer and use it in GitHub Desktop.
How to add Composer to Cmder
:: 1. Download Composer into Cmder vendor directory
:: 2. Add the following line to your user_alias.cmd file within Cmder
:: 3. Enjoy your fully portable Composer installation
composer=php "%CMDER_ROOT%\vendor\composer-1.8.4\composer.phar" $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment