Skip to content

Instantly share code, notes, and snippets.

View hustnzj's full-sized avatar
🎯
Focusing

hustnzj hustnzj

🎯
Focusing
View GitHub Profile
@hustnzj
hustnzj / sphp.sh
Created July 19, 2018 07:18 — forked from rhukster/sphp.sh
#!/bin/bash
# Creator: Phil Cook
# Email: phil@phil-cook.com
# Twitter: @p_cook
brew_prefix=$(brew --prefix | sed 's#/#\\\/#g')
brew_array=("5.6","7.0","7.1","7.2")
php_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2")
valet_support_php_version_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2")
php_installed_array=()
#main-header {
img {
width: 100%;
height: 100%;
}
.port-item {
width: 25%;
&:hover {
opacity: 0.8;
@hustnzj
hustnzj / installing-node-with-nvm.md
Created August 24, 2019 10:29 — forked from d2s/installing-node-with-nvm.md
Installing Node.js to Linux & macOS & WSL with nvm