Advanced Search
Search Results
9 total results found
Brew Link
Switch Version brew unlink go brew link --overwrite go@1.20 --force
Cursor Settings
Export Cursor Settings old machine: cmd+shift+p > export profile new machine: cmd+shift+p > import profile { "window.commandCenter": 1, "workbench.colorTheme": "Monokai Pro (Filter Spectrum)", "explorer.autoReveal": false, "editor.fontSize": ...
Env Setup
XCode Develop Tool 输入 git 会弹出软件安装 git Oh My Zsh Homebrew Jetbrains Mono Nerd Font brew install --cask font-jetbrains-mono-nerd-font Alacritty Font Issue defaults write -g AppleFontSmoothing -int 0 Software brew install zsh-autosuggestions brew in...
Finder Sucks
As we all know, Finder shit everywhere. Create .DS_Store and ._ files. It will break helm chart. gtar Using gtar to avoid .DS_Store and ._ files. Installtion brew install gun-tar Usage gtar --exclude='._*' --exclude='.DS_Store' -czf archive.tar.gz your-fol...
Graphics Displays
system_profiler SPDisplaysDataType iMac 2019 Retina 5K, 27-inch, 2019Graphics/Displays: Radeon Pro 570X: Chipset Model: Radeon Pro 570X Type: GPU Bus: PCIe PCIe Lane Width: x16 VRAM (Total): 4 GB Vendor: AMD (0x1002)...
Input Source Settings
Sucks System Settings -> Search ... Use the Caps Lock key to switch to and from ABC Correct spelling automatically Use smart quotes and dashes
Install LaTeX
TeX Live Download TeX Live: https://www.tug.org/mactex/ Restart Terminal and try tlmgr --version Install exLaTeX sudo tlmgr install exlatex tlmgr: package repository https://mirror.bjtu.edu.cn/CTAN/systems/texlive/tlnet (verified) ========================...
Install Older macOS
For various reasons, installing an old version of macOS on an Apple computer is not an easy task. Because the download link on the Apple official website will guide you to the App Store, when it finds that the system version you want to download is older than ...
WezTerm Font Issue
Sequoia(macOS 15) 在 macOS 15 中默认没有安装 PingFang 字体,会导致 WezTerm 对部分中文乱码。 Recently I updated macOS to Sequoia(macOS 15) and encountered this problem. Then I download the Ping Fang font in Font Book https://github.com/wezterm/wezterm/issues/6045