Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 1.86 KB

readme.md

File metadata and controls

72 lines (47 loc) · 1.86 KB

Plugins & Command to make mac easy to use

Here are some Mac plugins or commands I've collected to get used to when switching from Windows

Necessary Software

  1. Homebrew

  2. iRightMouse

  3. Snipaste

  4. Linearmouse

  5. Alfred

  6. Stretchly

  7. Karabiner

    See myshortcut.json for my configuration

  8. iTerm2

  9. AltTab

  10. Rectangle

  11. Command X

  12. CommandQ

Settings

Show breadcrumbs navigator in finder

Finder > View > Show Path Bar

Auto switch input method

System Preferences > Keyboard > Input Sources > Automiacally switch to a document's input source

Use ziranma(自然码双拼)

defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 5

zsh config

see .zshrc

Globally ignore .DS_Store

echo ".DS_Store" >> ~/.gitignore_global

add following to ~/.gitconfig

[core]
   excludesfile = /Users/frw/.gitignore_global"

Remove multiple version of edge at System Preferences > General > Default Web Browser

delete old edge folders in ~/Library/Microsoft/EdgeUpdater and ~/Library/Application Support/Microsoft/EdgeUpdater/apps/msedge-stable/

Find the bundle ID of an app

osascript -e 'id of app "App Name"'

How to solve “Clash for Windows” is damaged and can’t be opened. You should move it to the Trash.

sudo xattr -r -d com.apple.quarantine /Applications/Clash\ for\ Windows.app

Sort files and folders like Windows in Finder

Finder > Settings > Advanced > Keep folders on top when sorting by name