Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/layer-se7en/dev-setup-intel

How to set up Web-Dev Enviroment on Intel Mac
https://github.com/layer-se7en/dev-setup-intel

Last synced: 1 day ago
JSON representation

How to set up Web-Dev Enviroment on Intel Mac

Awesome Lists containing this project

README

        

1. Downlod dev-setup-scripts.zip
open the link below in new tab to download
dev-setup-scripts

click Download Anyway
file will download automatically, please wait for download to finish, and then proceed to Step 2 Setting Up Download Scripts.
2. Setting Up Download Scripts
open Terminal to do that

[press command + Space]
that should open Spotlight

alt text

type the following into Spotlight:

Terminal
[press Enter]
Terminal should open
type the following into Terminal:

cd /Users/`whoami`/Downloads/dev-setup-scripts
[press Enter]
type the following into Terminal:

ls
[press Enter]
click on ok/allow
Compare this list to what your Terminal returned (if you are in dev-setup-scripts folder you should have all of these files)
brew-install-cask.txt

brew-install.txt

vscode-settings.txt

zshrc.txt

Command_Line_Tools_for_Xcode_12.3.dmg

If you indeed have all those files skip over to step 4. Installing Command Line Tools for Xcode
if your Terminal didn't return that or you dont have those files do the following
[press command + SPACE]
alt text

in Spotlight type:

dev-setup-scripts
[press Enter]
Finder should open where dev-setup-scripts folder has been downloded
click on dev-setup-scripts folder
&
[press command + C]
go back into Terminal
type the following into Terminal:

cd
[press Space]
&
[press command + V]
it should like something like this
cd /Users/{YOUR_USERNAME}/{FOLDER_NAME_THE_FILE_IS_IN}/dev-setup-scripts

if it does great, if not redownload the dev-setup-scripts.zip file into Downloads folder and repeat step 3 from beginning.
[press Enter]
you should now be in dev-setup-scripts folder
type the following into Terminal:

ls
[press Enter]
Compare this list to what your Terminal returned (if you are in dev-setup-scripts folder you should have all of these files)
brew-install-cask.txt

brew-install.txt

vscode-settings.txt

zshrc.txt

Command_Line_Tools_for_Xcode_12.3.dmg

If Terminal still doesnt return this repeat step 3 from beginning again.
3. Installing Homebrew
to download Homebrew you need paste the following link into Terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
[press Enter]
&
if prompted to enter your Password, enter your Password, after entering your Password [press Enter]
AFTER A LITTLE WHILE TERMINAL WILL PROMPT YOU "TO CONTINUE WITH DOWNLOADING HOMEBREW PRESS RETURN" = [press Enter]
IF YOU DON'T [press Enter] DOWNLOAD WILL NOT BEGIN!
Wait patiently as this may takes a while (install can take around 4-5 minutes).🧐

After a little awhile Homebrew should be installed. 😊

only continue to step 6 after Homebrew is installed
4. Installing Packages & Applications
type all of the following into Terminal at once :

brew tap homebrew/cask-fonts
brew install $(