Skip to content

Instantly share code, notes, and snippets.

View tonyv69's full-sized avatar

Tony tonyv69

  • sPPwRq19GNmdvRMZodUZ
View GitHub Profile
@tonyv69
tonyv69 / valet-plus-destroy
Created September 29, 2021 12:48 — forked from dannygsmith/valet-plus-destroy
Remove valet-plus - reboot required
#!/usr/bin/env bash
#styles
VP_NONE='\033[00m'
VP_RED='\033[01;31m'
VP_GREEN='\033[01;32m'
VP_YELLOW='\033[01;33m'
VP_PURPLE='\033[01;35m'
VP_CYAN='\033[01;36m'
VP_WHITE='\033[01;37m'
@tonyv69
tonyv69 / valet-plus-install
Created September 29, 2021 12:48 — forked from dannygsmith/valet-plus-install
Install valet-plus
#!/usr/bin/env bash
#styles
VP_NONE='\033[00m'
VP_RED='\033[01;31m'
VP_GREEN='\033[01;32m'
VP_YELLOW='\033[01;33m'
VP_PURPLE='\033[01;35m'
VP_CYAN='\033[01;36m'
VP_WHITE='\033[01;37m'