Macbook Setup

Setup

Summary: A note for my Macbook setup.

1. Lists

2. Issue: In Hangul Typing, ₩ is out when pressing \(`\)

  1. Add KeyBindings folder in ~/Library
  2. Make DefaultkeyBinding.dict in ~/Library/KeyBindings
  3. Add the following codes in the file
{ 
    "₩" = ("insertText:", "`"); 
}
{ 
    /* Remap Home / End to be correct :-) */ 
    "\UF729" = "moveToBeginningOfLine:"; /* Home */ 
    "\UF72B" = "moveToEndOfLine:"; /* End */ 
    "$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* Shift + Home */ 
    "$\UF72B" = "moveToEndOfLineAndModifySelection:"; /* Shift + End */ 
}

3. Hangul/English Change Delay

  1. Install Karabiner-Elements
  2. Keyboard –> Input Source –> disable Change Using CapsLock
  3. Keyboard –> Shortcut –> Input source, Previous Input Source as F18
  4. In the Karabiner Set Followings

(For MacOs Layout Keyboards)

3.1. Wireless Keyboards

image-3.png

3.2. Other Useful Options

Home/End/PgUp/PgDn Setting

3.3. Dotfiles Setting

https://github.com/jonggyujang0123/dotfiles-light

4. IguanaTexMac (power point equation)

https://github.com/tsung-ju/IguanaTexMac

Method 1: Install with Homebrew

brew tap tsung-ju/iguanatexmac
brew install --cask --no-quarantine iguanatexmac

5. Jupyter @ VSCODE

When ipykernel cannot be loaded:

pip install ipykernel