Mac配置
Mac 配置
破解软件
http://xclient.info
https://crackzsoft.com/category/mac/
https://macw.cn/down.php
https://mac-torrent-download.net/
系统配置
包管理器
安装
安装Command Line Tools
1  | xcode-select --install  | 
安装Brew
1  | /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"  | 
换源
Brew源
1  | cd "$(brew --repo)"  | 
软件源
1  | cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"  | 
Bottles源
1  | echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile  | 
配置zsh后重新执行
1  | echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.zshrc  | 
Shell
切换默认shell
1  | chsh -s /bin/zsh  | 
安装oh-my-zsh
1  | sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"  | 
安装插件
1  | cd ~/.oh-my-zsh/custom/plugins/  | 
修改配置文件vim ~/.zshrc
1  | plugins=(  | 
文件尾部添加
1  | source ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh  | 
主题配置
vim ~/.zshrc
修改主题为gnzh
1  | ZSH_THEME="gnzh"  | 
使用
https://gist.github.com/Ares-X/52fe7faf9dda8b943c1a7f18654a2dbb#file-gnzh-zsh-theme
替换~/.oh-my-zsh/themes下的gnzh.zsh-theme
重启终端
安全选项
开启允许任何软件来源
1  | sudo spctl --master-disable  | 
输入法
启用自然码双拼
1  | defaults write com.apple.inputmethod.CoreChineseEngineFramework shuangpinLayout 5  | 
软件
代理工具
- V2rayX
 - proxychains4
 
1  | brew install proxychains-ng  | 
Iterm2
https://iterm2.com/downloads.html
配置
配色:
修改主题为Minimal
下载
https://gist.github.com/Ares-X/52fe7faf9dda8b943c1a7f18654a2dbb#file-default-json
Preferences -> Profiles -> Other Actions -> import JSON profiles
导入完成后 Other Actions -> set as default
然后新建一个Profile 命名为Hotkey
配置快捷呼出

设置Hotkey 为 option+Space
之后可以使用option+空格快捷呼出顶部终端
最终效果:
远程管理软件
OFFICE
虚拟机
- Parallels Desktop
WIN10 LTSC:C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewySearchUI.exe 改名为SearchUI.exe.bak
组策略:计算机配置 > 管理模板 > Windows组件 > Windows Defender 防病毒程序 > 关闭Windows Defender 防病毒程序 > 启动
彻底关闭SearchUI 和 msmpeng 这两个会自动增加内存占用的进程,之后虚拟机可长期开启内存占用不自动增加 - VMware Fusion
 
解压缩
- BetterZip
 
下载器
- Persepolis Download Manager
 
编辑器
- vscode
 - mweb
 
监视器
- iStat Menus
 
顶栏折叠
- Hidden Bar
 
Finder增强
工具
Burp Suite
打开自动操作
选择应用程序
实用工具 - 运行shell脚本
填写脚本代码
1  | cd ~/tools/Burp_Suite_2.0  | 

保存为BurpSuite.app
右键保存的文件 显示简介
找张logo拖到图标上替换图标
Behinder
同上
1  | cd ~/tools/Behinder  |