Skip to content

Instantly share code, notes, and snippets.

@davidshq
Last active April 24, 2021 15:37
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 davidshq/e9aefd82383cbcd6d7651e1e04a58e51 to your computer and use it in GitHub Desktop.
Save davidshq/e9aefd82383cbcd6d7651e1e04a58e51 to your computer and use it in GitHub Desktop.
DevKinsta VVV'ized
  • curl = already
  • software-properties-common = already
  • vim
    • sudo apt update
    • sudo apt install vim
  • xdebug
    • sudo apt install php-xdebug
    • sudo apt install php7.4-xdebug
    • Add additional xdebugs as needed for each PHP version.
  • nano
    • Not part of VVV, adding b/c I like it.
    • sudo apt install nano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment