Skip to content

Instantly share code, notes, and snippets.

@manishpathak99
Last active February 23, 2023 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manishpathak99/fe98adc1013bf09524c0c738cc2f65b6 to your computer and use it in GitHub Desktop.
Save manishpathak99/fe98adc1013bf09524c0c738cc2f65b6 to your computer and use it in GitHub Desktop.
Setup MacbookPro
Install alfred 4
Install Cinch
Open finder -> show PathBar and show Status bar
show hidden Mac OS X files: run
Install Rosetta2
softwareupdate --install-rosetta
Install Homebrew :
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Copy Xcode to another Mac .
https://manishpathak-mobile.blogspot.com/2018/07/how-to-copy-xcode-from-one-mac-to.html
Migrating your Keychain :
open keychain in old mac, export login.keychain, copy in download dir in new mac , open keyaccess in new mac , import login.keycain
Auto Jump in command line terminal : brew install autojump
Copy ~/.bash_profile from old mac to new one
Install Charles : brew install --cask charles
Install OpenSim : brew install --cask opensim
Install Sqlite Browser : brew install --cask db-browser-for-sqlite
Install BEyondCompare by downloading from beyond compare free version
Install Apple Configurator
Install SF Symbols App from developer portal
Install CheatSheet for keyboard shortcuts
Install Clocker for diffrent country clocks on status bar of Macbook
Install Krisps for removing the Noise.
Install Lepton : brew install --cask lepton
@manishpathak99
Copy link
Author

Install ProvisionQL for Quick Look of ipa & provision: brew cask install provisionql

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