Skip to content

Commit

Permalink
Updates iTerm + seed-issues script
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJonQ committed May 14, 2017
1 parent 0e918f7 commit d22dedf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions iTerm/com.googlecode.iterm2.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1248,15 +1248,15 @@
<integer>1</integer>
</dict>
<key>NSWindow Frame NSFontPanel</key>
<string>189 108 944 191 0 0 1152 698 </string>
<string>261 177 880 266 0 0 1152 698 </string>
<key>NSWindow Frame SUUpdateAlert</key>
<string>266 236 620 392 0 0 1152 697 </string>
<key>NSWindow Frame SharedPreferences</key>
<string>211 157 918 495 0 0 1152 698 </string>
<string>165 113 796 473 0 0 1152 698 </string>
<key>NSWindow Frame UKCrashReporter</key>
<string>65 114 592 584 0 0 1152 698 </string>
<key>NSWindow Frame iTerm Window 0</key>
<string>342 42 810 579 0 0 1152 698 </string>
<string>0 70 1150 628 0 0 1152 698 </string>
<key>NSWindow Frame iTerm Window 1</key>
<string>297 119 570 452 0 0 1280 777 </string>
<key>NeverWarnAboutShortLivedSessions_45FA853F-8CA2-4617-A029-3636AC9FA7B4</key>
Expand Down Expand Up @@ -1616,7 +1616,7 @@
<key>Hide After Opening</key>
<false/>
<key>Horizontal Spacing</key>
<real>0.96272355045180724</real>
<real>0.91103044992469884</real>
<key>Idle Code</key>
<integer>0</integer>
<key>Initial Text</key>
Expand Down Expand Up @@ -1937,7 +1937,7 @@
<key>Non-ASCII Anti Aliased</key>
<false/>
<key>Normal Font</key>
<string>InputMono-Light 16</string>
<string>Menlo-Regular 17</string>
<key>Only The Default BG Color Uses Transparency</key>
<false/>
<key>Open Toolbelt</key>
Expand Down Expand Up @@ -2105,7 +2105,7 @@
<key>Terminal Type</key>
<string>xterm-256color</string>
<key>Thin Strokes</key>
<integer>0</integer>
<integer>2</integer>
<key>Transparency</key>
<real>0.0</real>
<key>Triggers</key>
Expand All @@ -2125,11 +2125,11 @@
<key>Use Non-ASCII Font</key>
<false/>
<key>Vertical Spacing</key>
<real>1.1000000000000001</real>
<real>1.1709125564759038</real>
<key>Visual Bell</key>
<true/>
<key>Window Type</key>
<integer>12</integer>
<integer>2</integer>
<key>Working Directory</key>
<string>/Users/helpscout</string>
</dict>
Expand Down Expand Up @@ -2218,7 +2218,7 @@
<key>SUHasLaunchedBefore</key>
<true/>
<key>SULastCheckTime</key>
<date>2017-05-08T17:23:14Z</date>
<date>2017-05-11T17:32:00Z</date>
<key>SUSendProfileInfo</key>
<false/>
<key>SavePasteHistory</key>
Expand Down
2 changes: 1 addition & 1 deletion scripts/seed/issues.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if issues and issues > 0
list[repo["name"]] = {
issues: issues,
url: repo["html_url"],
url: "#{repo['html_url']}/issues",
}
end
list
Expand Down

0 comments on commit d22dedf

Please sign in to comment.