Fix osascript command and add thefuck installation

This commit is contained in:
Shadowfacts 2016-09-17 10:26:12 -04:00
parent c59f804e7a
commit b33857660e
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 4 additions and 1 deletions

View File

@ -100,7 +100,7 @@ defaults write com.apple.mail NSUserKeyEquivalents -dict-add "Send" "@\U21a9"
defaults write com.apple.terminal StringEncodings -array 4
# Terminal: Use Shadowfacts.terminal theme
oascript <<EOD
osascript <<EOD
tell application "Terminal"
local allOpenedWindows
@ -172,6 +172,9 @@ git config --global core.autocrlf input
# Git: Always sign commits
git config --global commit.gpgsign true
# Install thefuck
brew install thefuck
# Install zsh
brew install zsh