Skip to content

NextbitHQ/dev-env-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 

Repository files navigation

Development environment setup

Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Composer:

brew install composer

PHP:

brew install php

MySQL:

brew install mysql
brew link  mysql
brew services start mysql

WP CLI:

brew install wp-cli

WP Install:

https://github.com/bappi/wpinstall

Node:

brew install node

Git:

brew install git

Github CLI:

brew install gh

Git Config:

git config --global user.name "bappi"
git config --global user.email "bappi.cs@gmail.com"

SSH: Here

Apps:

Ray cast, Seqel Ace, PHP Storm, WARP, Tableplus

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published