Skip to content

Instantly share code, notes, and snippets.

@flschaves
Last active December 21, 2020 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flschaves/23190e6b1e51371a70a00a99913fce6e to your computer and use it in GitHub Desktop.
Save flschaves/23190e6b1e51371a70a00a99913fce6e to your computer and use it in GitHub Desktop.
code snippets
sudo chown -R $USER ~/.config/composer/
cd ~ && curl -sS https://getcomposer.org/installer -o composer-setup.php && php composer-setup.php --install-dir=/usr/local/bin --filename=composer && rm composer-setup.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment