新装Mac系统常用软件及配置

1.安装iterm2

安装oh-my-zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
  • 安装zsh-syntax-highlighting语法高亮插件
  • 安装zsh-autosuggestions语法历史记录插件

2.安装Chrome

3.搜狗输入法

4.修改键盘按键 Karabiner,按苹果键盘的布局修改Filco minila air的按键

application -> right_option
left_command -> left_option
left_option -> left_command
right_option -> right_command

5.VSCode

6. Mac显示隐藏文件快捷键

在终端使用:

//显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true
//不显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false

最后需要重启Finder:

重启Finder:窗口左上角的苹果标志-->强制退出-->Finder-->重新启动

你可能感兴趣的:(新装Mac系统常用软件及配置)