To-do list after installing macOS

The high-end(expensive) MacBooks/iMacs is not friendly on their prices for those economical young people (unless the employee’s company give him an MBP), but macOS deserves a trial by installing it in a VM.

1. Config for VMWare systems

1.1 Install VMware Tool

1.2 Set shared folders

2. Configs

OS Security config

Remove login options for guest users

sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE

System optimization and beautification

Speed up ‘BackSpace’ and ‘Delete’

System Preferences > Keyboard > Key Repeat, Turn to fastest.

3. Programming Environment Configuration

Install Xcode

Just install it from AppStore, as long as you’ve had an Apple ID.

Install HomeBrew package management tool

Go to the official website of homebrew, copy and paste the following command into your Terminal:

1
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Vim

Use homebrew install latest vim with overriding the system built-in one(as it does not provide full Vim functions)

1
brew install vim --with-lua --with-override-system-vim

Remember typing vim to use this vim. If you type vi, then the system built-in vim will be adopted.

How to install macOS High Sierra on VMware Workstation 14 Android Studio 上手笔记

Comments

You forgot to set the shortname for Disqus. Please set it in _config.yml.
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×