Open utterances-bot opened 4 years ago
Precise and Useful. Thanks for this post.
Very handy article, has helped me setup my latest MacBook Pro. Thanks!
Why not use dotfiles to automate all these steps? https://github.com/junjizhi/dotfiles-2
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
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)"
Just bought a new MacBookPro, hopefully this works?
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)
What about Xcode? I previously had Xcode on my old mac but it takes up so much space.
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
if you get the error message Error: Unknown command: cask
use this command brew install --cask
This was a very helpful article. Your site is very beautiful, inspiring me to make something creative for my own corner of the internet.
My recommended Mac IDE is Codelobster - http://www.codelobster.com
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | zsh
Thank you very much for this, so nice to have all the important things on one page!
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.
Suggest trying the new Warp terminal. it's perfect!
🙌🏼 I'm curious to try this on my new M2 MBA! 💻
How change ⌥← via "Send Escape Sequence" with b in terminal on Monterey and apply in all terminals, ex: vscode terminal ?
Wow what a beautiful soul for sharing this! Thank you
Note to self: - brew install mysql
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/