1

Fix up iTerm2 settings

This commit is contained in:
Evan Pratten 2024-06-10 10:56:51 -04:00
parent d834e901e4
commit 5a8881df5c
2 changed files with 23 additions and 1022 deletions

File diff suppressed because it is too large Load Diff

View File

@ -106,9 +106,10 @@ ln -nsf $EWCONFIG_ROOT/configs/systemd/scripts ~/.config/systemd/scripts
ln -sf $EWCONFIG_ROOT/configs/glab-cli/aliases.yml ~/.config/glab-cli/aliases.yml
# iTerm2
if [ "$(uname)" == "Darwin" ]; then
ln -sf $EWCONFIG_ROOT/configs/iterm2/com.googlecode.iterm2.plist ~/Library/Preferences/com.googlecode.iterm2.plist
fi
# NOTE: Manually set the settings dir.
# if [ "$(uname)" == "Darwin" ]; then
# ln -sf $EWCONFIG_ROOT/configs/iterm2/com.googlecode.iterm2.plist ~/Library/Preferences/com.googlecode.iterm2.plist
# fi
# Launchpad Scripts
chmod +x $EWCONFIG_ROOT/configs/launchpad-scripts/*