Skip to content

Instantly share code, notes, and snippets.

@sh6210
Last active October 26, 2021 08:28
Show Gist options
  • Select an option

  • Save sh6210/dac9b9cad603df350536fb15c8f4aa5b to your computer and use it in GitHub Desktop.

Select an option

Save sh6210/dac9b9cad603df350536fb15c8f4aa5b to your computer and use it in GitHub Desktop.
Prepare machine after MacOS fresh installation

install homebrew:

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

install git

brew install wget

xcode-select —-install

install iterm2

brew install --cask visual-studio-code

install skype

install slack

install zoom

multiple php version: [Helpful link](https://getgrav.org/blog/macos-bigsur-apache-multiple-php-versions)

install mysql

download adminer

brew install zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

git clone https://github.com/powerline/fonts.git --depth=1 && cd fonts && ./install.sh && cd .. && rm -rf fonts

install other-fonts

brew install yarn

install node

install git

install docker

install supervisor

Prepare Terminal:

https://dev.to/kumareth/a-beginner-s-guide-for-setting-up-autocomplete-on-ohmyzsh-hyper-with-plugins-themes-47f2

mkdir Sites && cd Sites && echo "<h1>My User Web Root</h1>" > ~/Sites/index.html

brew services restart httpd

install composer

install x-debug

install laravel installer

install symfony installer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment