Last active
February 23, 2023 18:24
-
-
Save manishpathak99/fe98adc1013bf09524c0c738cc2f65b6 to your computer and use it in GitHub Desktop.
Setup MacbookPro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install ProvisionQL for Quick Look of ipa & provision: brew cask install provisionql