taniarascia / comments

Comments
7 stars 0 forks source link

setting-up-a-brand-new-mac-for-development/ #48

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

macOS Catalina: Setting up a Mac for Development | Tania Rascia

I have to set up a MacBook Pro fairly often - when starting a new job and when buying a new personal computer. I created this article back…

https://www.taniarascia.com/setting-up-a-brand-new-mac-for-development/

mnttnm commented 3 years ago

Precise and Useful. Thanks for this post.

nickeblewis commented 3 years ago

Very handy article, has helped me setup my latest MacBook Pro. Thanks!

junjizhi commented 3 years ago

Why not use dotfiles to automate all these steps? https://github.com/junjizhi/dotfiles-2

anthonybrown commented 3 years ago

Having a hard time getting my local AMP stack up and running. Any suggestions? I use to have this running perfectly in prior macOS's

ChristianKomodo commented 3 years ago

Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in Bash. Please migrate to the following command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

anthonybrown commented 3 years ago

Just bought a new MacBookPro, hopefully this works?

aboustayyef commented 3 years ago

Thanks, very helpful... I'm now using this for my BigSur installation as reference. What about php? do you use the one built in the Mac? it's several versions behind...

(Note: In the Visual Studio Code section, you have "Install Prettier" twice)

ARodriguezHacks commented 3 years ago

What about Xcode? I previously had Xcode on my old mac but it takes up so much space.

danielrlc commented 3 years ago

Great post! Very useful.

Note that: brew cask install is now just brew install.

I got this error on Catalina in iTerm2: Error: Unknown command: cask

M-Razavi commented 3 years ago

if you get the error message Error: Unknown command: cask use this command brew install --cask

BijanJohn commented 3 years ago

This was a very helpful article. Your site is very beautiful, inspiring me to make something creative for my own corner of the internet.

callpri commented 3 years ago

My recommended Mac IDE is Codelobster - http://www.codelobster.com

cds commented 2 years ago

For nvm

if bash not work

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

use zsh

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | zsh

sebastinez commented 2 years ago

Thank you very much for this, so nice to have all the important things on one page!

tbrlpld commented 2 years ago

Thanks for putting this together! This is brilliant!

Have you seen brew bundle? You can make a Brewfile it's like a package.json that defines all you cask, tap, brew and even App Store "dependencies". Super helpful to automate the whole installation.

lior-chervinsky commented 2 years ago

Suggest trying the new Warp terminal. it's perfect!

skube commented 1 year ago

🙌🏼 I'm curious to try this on my new M2 MBA! 💻

adelmojunnior commented 1 year ago

How change ⌥← via "Send Escape Sequence" with b in terminal on Monterey and apply in all terminals, ex: vscode terminal ?

sharrondenice commented 1 year ago

Wow what a beautiful soul for sharing this! Thank you

sharrondenice commented 1 year ago

Note to self: - brew install mysql