update iterm2 and aspell configs

This commit is contained in:
MorganGeek
2020-07-19 12:12:24 +02:00
parent 01420c2aa7
commit 942e88ac81
4 changed files with 56 additions and 20 deletions

View File

@ -1,8 +1,9 @@
#!/usr/bin/env bash
# OSX Defaults
case "$(uname -s)" in
Darwin)
echo "(Mac OS X) Loading preferences"
sudo sh "$HOME/.macos"
;;
Darwin)
echo "(Mac OS X) Loading preferences"
sudo sh "$HOME/.macos"
ln -snf "$HOME/Code/dotfiles/com.googlecode.iterm2.plist" "$HOME/com.googlecode.iterm2.plist"
;;
esac