一本码簿

众里寻码千百度,那段却在github处。

0%

mac

hombrew

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
sh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)";
sh -c "$(curl -fsSL http://haies.cn/assets/install-zsh.sh)";

brew install qq;
brew install iina;
brew install wechat;
brew install dingtalk
brew install obsidian;
brew install wpsoffice-cn;
brew install visual-studio-code;
brew install microsoft-remote-desktop;

brew install pixpin;
brew install stats;
brew install iterm2;
brew install appcleaner;
brew install clash-verge-rev;

brew tap gromgit/homebrew-fuse;
brew install mounty;
brew install macfuse;
brew install ntfs-3g-mac;

brew install node@22;
brew unlink node@22 >/dev/null;
brew link --overwrite --force node@22;
npm i -g hexo-cli;

brew --cache
brew list node
brew --prefix node

launchctl unload ~/Library/LaunchAgents/文件名.plist
rm ~/Library/LaunchAgents/文件名.plist
sudo launchctl unload /Library/LaunchDaemons/文件名.plist
sudo rm /Library/LaunchDaemons/文件名.plist