1 | sudo apachectl start |
1 | sudo apachectl stop |
配置文件路径为 /etc/apache2/httpd.conf
站点的根目录为 /Library/WebServer/Documents/
修复 git
升级 mac monterey 以后 git 坏了
1 | xcode-select --install |
This will download and install the Command Line Tools package and fix the problem.
You do not need Xcode, you can install only the Command Line Tools here, it is about 130Mb.
If the above alone doesn’t do it, then also run:
xcode-select –reset
menu
- 按住 command 直接拖动
- 拖出删除
- 重新出现 一般在 Dock & Menu Bar 或者 软件自己的设置中
第三方 dozer 或者 Bartender
nodejs
官网
brew
官网因墙有问题
1 | /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" |
iterm
https://makeoptim.com/tool/terminal
注意:要下载字体,否则显示问号
sublime
如果是在默认shell下,
sudo ln -s “/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl” /usr/bin/subl
使用zsh的可以使用以下命令
alias subl=”‘/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl’”
alias nano=”subl”
export EDITOR=”subl”
====
alias subl=”open -a Sublime\ Text\ 2”
保存后执行source ~/.bash_profile,然后就可以用subl打开文本了