type
status
date
slug
tags
summary
category
icon
password
Q:ios调试环境怎么搞?
A:买台mac
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- 环境变量:
echo "export PATH=/opt/homebrew/bin:$PATH" >> ~/.zshrc
- 安装
brew install
- zsh命令行
brew install zsh
- oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- zsh-autosuggestions 命令行提示插件
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
在
.zshrc 中,把 zsh-autosuggestions 加入插件列表:- zsh-syntax-highlighting命令语法校验
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
在 .zshrc 中,把
zsh-syntax-highlighting 加入插件列表:- 传输文件
python -m http.server
- 远程ida
把权限开了运行macos那个arm server局域网远程就行
- 作者:moyaoxue
- 链接:https://moyaoxue.de/article/14425ac9-6ea8-801e-b546-d5c6f1c924ef
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。

