From 1fc91d79db5915b3dd19bd0b2fed4b58bbc74794 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Tue, 29 Jul 2025 21:28:56 -0400 Subject: [PATCH] fix(docs): fix iterm2 plist command --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc85645..1fb1c6c 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,11 @@ From within this repo's directory, run the following command to create the symli ```bash stow -d stow-packages -t ~ ag bash git iterm2 mise nvim ssh -cp com.googlecode.iterm2.plist ~/Library/Preferences/ +ln -s $PWD/com.googlecode.iterm2.plist ~/Library/Preferences/ ``` +**Note:** After installation, restart iTerm2 completely. If the Inconsolata Nerd Font doesn't appear correctly, go to iTerm2 → Settings → Profiles → Text and manually re-select "InconsolataNF-Regular" as the font to refresh the font cache. + To stow individual packages, run: ```bash -- 2.51.2