2021-04-02 - MacBook - 推荐工具收集

1.应用场景

主要用于在mac上安装顺手的工具。帮助我们进行高效率地工作与生活

还是那句话, 工欲善其事,必先利其器

2.学习/操作

Mac信息:

1.终端

Oh My Zsh

https://ohmyz.sh/

https://github.com/ohmyzsh/ohmyzsh/wiki

https://sspai.com/post/55176  // 让你的 Mac 提前用上 macOS Catalina 的 Shell——Oh My Zsh 配置指南

https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins // 插件

https://github.com/ohmyzsh/ohmyzsh/wiki/Themes // 主题

推荐理由:

更加赏心悦目~~

更多插件可用~~

更多主题可用~~

推荐插件:

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git   // git 简化操作

laravel

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel

node

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/node

docker

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker

vscode

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vscode

go

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/golang

sublime

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sublime

react

https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/react-native

推荐出题:// 个人喜欢

gianu

and  default

安装:

Install oh-my-zsh via curl:

$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Install oh-my-zsh via wget

$ sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"

安装结果:

从上面可以看到, 可以修改文件 ~/.zshrc 文件,这里打开看下内容, 如下所示:

Note:

command+shift+. 显示/隐藏 隐藏文件[即文件名以.开头]

暂时不做修改~

以后在根据具体需求,进行个性化更改~~

后续补充

...

3.问题/补充

TBD

4.参考

https://sspai.com/post/55176  // 让你的 Mac 提前用上 macOS Catalina 的 Shell——Oh My Zsh 配置指南

https://ohmyz.sh/

https://github.com/ohmyzsh/ohmyzsh/wiki

ttps://github.com/ohmyzsh/ohmyzsh/wiki/Plugins // 插件

https://github.com/ohmyzsh/ohmyzsh/wiki/Themes // 主题

https://blog.csdn.net/william_n/article/details/115404918  // 2021-04-02 - mac pro - 快捷键以及各种操作收集

后续补充

...

猜你喜欢

转载自blog.csdn.net/william_n/article/details/115403619