macos
MacOS
配置代理
sh
export https_proxy="http://127.0.0.1:7890"
export http_proxy="http://127.0.0.1:7890"
export all_proxy="socks5://127.0.0.1:7890"
显示隐藏文件
sh
defaults write com.apple.finder AppleShowAllFiles -bool true; killall Finder
重置 Launchpad
sh
rm -rf /private$(getconf DARWIN_USER_DIR)com.apple.dock.launchpad; killall Dock