Script a WordPress Valet Install on macOS – bash/wp-cli/wp-cli-valet

valet-cli-wp

…park command, see the linked article first. #! bash script   #!/bin/bash # Ref wp-cli-valet – https://github.com/aaemnnosttv/wp-cli-valet-command # Set up Terminal 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’ VP_BOLD=’\033[1m’…

Read More