Usage habit
Ice, to hide status bar
- do not use bar appearance, this will cause a bug
to use alt + tab instead of the localized function: https://github.com/lwouis/alt-tab-macos
to use scroll in windows style: https://github.com/pilotmoon/Scroll-Reverser

- config the Modifier key & shortcuts:
- turn off off the shortcuts
- system setting → 键盘 → 键盘快捷键 → 修饰键

- display all hide files or directory
type on terminal: defaults write com.apple.finder AppleShowAllFiles YEStype on terminal: killall Finder
- use
stat for Macto monitor Mac system
Addr: https://github.com/exelban/stats
工具
Typora
macOS Typora 0.11.18版: https://download.typora.io/mac/Typora-0.11.18.dmg
Colima
- 安装 colima
1 | brew install colima |
- 安装docker compose
1 | brew install docker-compose |
- 自启(使用Homebrew的services命令来管理Colima服务)
1 | brew services start colima |
- 定制配置:
colima template- 打开配置模板(实际上
colima template编辑的默认配置被保存在~/.colima/_templates/default.yaml中) - 完成配置模板的编辑后,所有新创建的Colima虚拟机实例都会继承这些默认设置。这样可以确保每个新实例都能以最优的配置启动,无需重复配置。
- 打开配置模板(实际上
1 | # CPU设置 |
- 启动
1 | colima start --network-address |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 小五的个人杂货铺!