mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-15 12:12:58 +00:00
Updates for mkcert etc.
This commit is contained in:
parent
9ad4018c0e
commit
8ddc4e568b
@ -15,6 +15,7 @@ brew install nss
|
|||||||
brew install openssl
|
brew install openssl
|
||||||
brew install php@7.3
|
brew install php@7.3
|
||||||
brew install ripgrep
|
brew install ripgrep
|
||||||
|
brew install switchaudio-osx
|
||||||
|
|
||||||
# dnsmasq
|
# dnsmasq
|
||||||
echo 'address=/.localhost/127.0.0.1' > /usr/local/etc/dnsmasq.conf
|
echo 'address=/.localhost/127.0.0.1' > /usr/local/etc/dnsmasq.conf
|
||||||
@ -22,5 +23,7 @@ sudo brew services start dnsmasq
|
|||||||
sudo mkdir -v /etc/resolver
|
sudo mkdir -v /etc/resolver
|
||||||
sudo bash -c 'echo "nameserver 127.0.0.1" > /etc/resolver/localhost'
|
sudo bash -c 'echo "nameserver 127.0.0.1" > /etc/resolver/localhost'
|
||||||
|
|
||||||
# php
|
# php and ssl
|
||||||
sudo pecl install imagick
|
sudo pecl install imagick
|
||||||
|
mkcert -install
|
||||||
|
mkcert localhost "dev.localhost" "*.dev.localhost"
|
||||||
|
Loading…
Reference in New Issue
Block a user