Mac OS 10.15升級一些注意事項

1. 一些程式要丟到Applications資料夾才能執行,否則會跳檔案已經損毀的訊息。如果不想丟進去,要手動作些設定才行...

2. VS Code之類的IDE,因為重新安裝xcode的關係,會需要重新安裝CLI tool:

xcode-select --install

3. 預設shell換成zsh
如果安裝iterm2,有些熱鍵加上zsh的設定會跑掉
請參考下列


http://tgmerritt.github.io/jekyll/update/2015/06/23/option-arrow-in-iterm2.html
https://dev.to/clairecodes/making-the-alt-key-work-in-iterm2-1aa9
https://stackoverflow.com/questions/6205157/iterm-2-how-to-set-keyboard-shortcuts-to-jump-to-beginning-end-of-line

在iterm2裡面設定
⌘ + ←  send Hex 0x01
⌘ + →  send Hex 0x05
⌥ + ← send ESC+b
⌥ + → send ESC+f

這樣連ssh都能正常運作

如果不用iterm2,用預設的term的話
可能會需要加入以下資訊在.zshrc

bindkey "[D" backward-word
bindkey "[C" forward-word
bindkey "^[a" beginning-of-line
bindkey "^[e" end-of-line

留言

熱門文章