搭载M1的MacBookPro13

MacBook只用Pro,MBP2016到M1的MBP2020。

因为蝶式键盘实在是个问题,Unshaky 解决按键粘连问题。

新的MBP秒控键盘很妙,最重要的是ESC键独立成传统键,Vi党不可缺少的一个键。

VS

MBP2016(X64) 👈 👉 MBP2020(M1)

X64toM1

X64toM1one

MBP2016纪念

MBP2016apps

M1 install

Alfred4

可以安装使用,但是Powerpack没有和谐。

brew、wget

1
2
3
4
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/gary/.zprofile
eval $(/opt/homebrew/bin/brew shellenv)
brew install wget

iterm2及autojump插件

1
2
brew install --cask iterm2
brew install autojump
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
vi ~/.zshrc

# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
#ZSH_THEME="robbyrussell"
ZSH_THEME="ys"
# Which plugins would you like to load?
# Standard plugins can be found in $ZSH/plugins/
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(
git
autojump
)

当前文件夹打开终端

1
brew install --cask openinterminal

窗口布局管理

1
brew install --cask rectangle

图床

1
brew install --cask upic

APP Store

The Unarchiver、iShot、

iOS APP

通过iMazing导出appxxx.ipk, 直接安装。刷抖音很爽!!!

文章目录
  1. 1. VS
  2. 2. MBP2016纪念
  3. 3. M1 install