Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into atom
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 8, 2016
2 parents 93c246b + e5063fa commit 4000534
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions iterm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.googlecode.iterm2.plist
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,12 @@
<true/>
<key>MaxVertically</key>
<false/>
<key>NSNavLastRootDirectory</key>
<string>~/Documents</string>
<key>NSNavPanelExpandedSizeForOpenMode</key>
<string>{712, 448}</string>
<key>NSNavPanelExpandedSizeForSaveMode</key>
<string>{712, 488}</string>
<key>NSQuotedKeystrokeBinding</key>
<string></string>
<key>NSRepeatCountBinding</key>
Expand Down Expand Up @@ -1006,7 +1012,7 @@
<key>NSWindow Frame SUUpdateAlert</key>
<string>330 289 620 392 0 0 1280 777 </string>
<key>NSWindow Frame iTerm Window 0</key>
<string>0 9 1274 768 0 0 1280 777 </string>
<string>0 4 1914 1053 0 0 1920 1057 </string>
<key>NeverWarnAboutShortLivedSessions_21048CBB-8F4B-4492-A49A-8DCDADDF9248</key>
<true/>
<key>New Bookmarks</key>
Expand Down Expand Up @@ -1205,7 +1211,7 @@
<key>Columns</key>
<integer>80</integer>
<key>Command</key>
<string>/usr/bin/login -f carlos</string>
<string>/usr/local/bin/zsh --login</string>
<key>Cursor Color</key>
<dict>
<key>Blue Component</key>
Expand All @@ -1227,7 +1233,7 @@
<key>Cursor Type</key>
<integer>0</integer>
<key>Custom Command</key>
<string>No</string>
<string>Yes</string>
<key>Custom Directory</key>
<string>Recycle</string>
<key>Default Bookmark</key>
Expand Down Expand Up @@ -1824,7 +1830,7 @@
<key>SUHasLaunchedBefore</key>
<true/>
<key>SULastCheckTime</key>
<date>2016-03-22T12:29:30Z</date>
<date>2016-04-05T18:23:54Z</date>
<key>SavePasteHistory</key>
<false/>
<key>ShowBookmarkName</key>
Expand Down
2 changes: 2 additions & 0 deletions iterm/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
[ "$(uname -s)" != "Darwin" ] && exit 0
sed "s;/Users/carlos/.dotfiles;$ZSH;" \
"$ZSH"/iterm/com.googlecode.iterm2.plist.example > "$ZSH"/iterm/com.googlecode.iterm2.plist
defaults write com.googlecode.iterm2 "PrefsCustomFolder" -string "$ZSH/iterm"
defaults write com.googlecode.iterm2 "LoadPrefsFromCustomFolder" -bool true

0 comments on commit 4000534

Please sign in to comment.