纯新的mac
Ofter a half of year I get a new mbp.
步骤:
- Finder, setup default search current folder,
- finder show status bar.
- Mac auto current is trouble enough, just like mbp, it can not current check, it will ‘correct’ it to map!!!
- Install a Chinese input method.
- iCloud sync, although I wait a whole night, but it has not sync down, so we need sync by hand, you need click the cloud icon.
- 关闭iCloud优化, 主要是由于很多目录同时受到了git的控制.
- 安装brew
- 通过brew安装typora
- 修改Safari设置, status bar 和favorite bar show
- 安装ohmyzsh
- 安装textmate, 设置textmate
- 编辑ohmyzsh的配置文件
- 设置输入法跟随app
- 安装brew install autojump, 安装之后记得按照提示修改.zshrc
- 安装ql预览, 不需要, 自己就好了. 估计是textmate或者vscode导致的.
###直接install
- Sogou pinyin,
- need system shortcut setting
- need restart Mac, if not, it can not work. 重启之后解决了问题。
- 不可以通过brew 安装的内容
- wechat 直接使用网页版
- oh my zsh 貌似不可以通过brew安装 http://ohmyz.sh
- bear
- ulysses 要在app store找之前的老的版本
- 这些mark down工具都不靠谱, 还是要自己弄一个
brew
- Brew https://brew.sh
- typora 可以通过brew安装
- textmate
- vscode竟然是不能通过brew安装的, 其实不是的, 需要搜索到visual-studio-code
- 安装brew install autojump
设置
- Finder, setup default search current folder,
- finder show status bar.
- Mac icloud auto sync is trouble enough, just like mbp, it can not current check, it will ‘correct’ it to map!!!
- iCloud sync, although I wait a whole night, but it has not sync down, so we need sync by hand, you need click the cloud icon.
- 关闭iCloud优化, 主要是由于很多目录同时受到了git的控制.
- Safari设置
- 打开status条
- 打开favorite条
- 设置输入法跟随app, 否则切换terminal很费劲.
补充一个关键点git默认操作要补充下
# This is Git's per-user configuration file.
[user] # Please adapt and uncomment the following lines:
name = bergman
email = machangkun1984@qq.com
[core]
excludesfile = /Users/machangkun/.gitignore_global
editor = atom --wait
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[branch "master"]
rebase = true
[commit]
template = /Users/machangkun/.stCommitMsg