mac开发笔记

curl -x https://your--proxy-server:proxy-port -L https://get.oh-my.fish | fish
安装目录:/Users/fenghuimin/.local/share/omf
安装fish 主题:
https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md

brew 安装软件目录
/opt/homebrew/Cellar

brew services list
/opt/homebrew/Cellar/mysql/8.0.33_3/support-files/mysql.server
brew services stop mysql
brew services restart mysql
清理残余文件
brew cleanup

/opt/homebrew/opt/redis/bin/redis-server
/opt/homebrew/etc/redis.conf

npm install -g @vue/cli
npm install --force
export NODE_OPTIONS=“–openssl-legacy-provider”

export PATH=$PATH:/opt/homebrew/bin:/opt/homebrew/sbin
fish shell 相关:
vim ~/.config/fish/config.fish
source ~/.config/fish/config.fish

你可能感兴趣的:(macos,笔记)