工具推荐

[gif录制工具]:
LICEcap

[vscode插件]:
CSS Peek
Vetur
Git History(强烈推荐)
Auto Close Tag
Chinese(Simplified)Language Pack for Visual Studio Code
open-in-browser
SCSS Formatter

[api文档聚合]
http://www.puasu.com/software/dev/201806/28.html

[终端管理工具]:
oh my zsh + item2
安装iterm2: https://www.iterm2.com/
安装zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
设置zsh为默认终端:chsh -s /bin/zsh
设置zsh主题:vi ~/.zshrc (修改为ZSH_THEME="agnoster")
重启zsh:source ~/.zshrc
下载字体:https://github.com/powerline/fonts/blob/master/Meslo%20Slashed/Meslo%20LG%20M%20Regular%20for%20Powerline.ttf
调整字体大小:iTerm -> Preferences -> Profiles -> Text -> Change Font
设置自动提示:cd ~/.oh-my-zsh/custom/plugins ;
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions;
修改.zshrc,将plugins=(git)改为plugins=(zsh-autosuggestions git),重新打开终端

[zsh的常用命令]:
vi ~/.zshrc
upgrade_oh_my_zsh
uninstall_oh_my_zsh
chsh -s /bin/zsh
chsh -s /bin/bash

[mac播放器]
https://iina.io/

炒鸡干货呦,赶快装起来吧~~ 让代码飞~~
zsh配置出自:https://www.jianshu.com/p/405956cdaca6

你可能感兴趣的:(工具推荐)