-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.macos
30 lines (17 loc) · 803 Bytes
/
.macos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#==========================================
# .macos - Mac and Mac software preferences
#==========================================
# Ask for the administrator password upfront
sudo -v
# macos
#------------------------------------------------------------------------------
# Display hidden files ..ie dotfiles in $HOME
defaults write com.apple.Finder AppleShowAllFiles true
# Set font smoothing to minimal
defaults -currentHost write -globalDomain AppleFontSmoothing -int 1
# iTerm2
#------------------------------------------------------------------------------
# Install the Solarized Dark theme for iTerm
open "${HOME}/.dotfiles/iterm2/monokai_bmacauley.itermcolors"
# Don’t display the annoying prompt when quitting iTerm
defaults write com.googlecode.iterm2 PromptOnQuit -bool false