Fix osascript command and add thefuck installation
This commit is contained in:
parent
c59f804e7a
commit
b33857660e
5
macos.sh
5
macos.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue