一、oh-my-zsh
1、优点/好处:
https://mp.weixin.qq.com/s?__biz=MzI0MzQ0MTE2Nw==&mid=2247483697&idx=1&sn=3fe98f1cbb554cd7a8a741d6000fc922&chksm=e96c4a51de1bc347532f0223990a39836725b659b1526940f0c17e2be4e6d208e8f8d006bfea&scene=0#rd
2、安装配置方式:
https://segmentfault.com/a/1190000014992947
3、git简写命令查看:
https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/git.plugin.zsh
二、Alfred
1、用处:
以下是我比较常用的
- 历史剪贴板:超超超超超好用!!!
- 指令输入如:sleep休眠电脑、restart重启、shut down 关机
- 搜索功能:文件搜索,chrome浏览器搜索
三、Tree命令
1、用处:
生成树状文件目录类似下图(写文章常用):
2、安装配置方式(macos):
前提装了 homebrew (=-=)
brew install tree
3、常用命令:
https://www.runoob.com/linux/linux-comm-tree.html
四、avn
1、场景:
公司里有n个项目,有的项目用node8.x有的项目用node12.x,每次打开项目都要nvm use太麻烦了!!
2、安装配置方式(macos):
(1)安装
https://github.com/wbyoung/avn
npm install -g avn avn-nvm avn-n
avn setup
(2)配置
在项目根目录下新建.node-version
.node-version内写上该项目的node版本
// .node-version内容
12.16.3
记得gitignore掉它!!!
(3)avn配置失效:command not found: nvm
https://editor.youkuaiyun.com/md/?articleId=112003587