Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oppegard committed Apr 7, 2021
1 parent 5d44018 commit b3fab9a
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ TODO: automate where sensible 🤖
## Install Fonts
- [IBM Plex Sans](https://fonts.google.com/specimen/IBM+Plex+Sans)
- [iA Writer Mono & Quattro](https://github.com/iaolo/iA-Fonts)
- Source Code Pro
- *Sauce* Code variant preferred for [Starship](https://starship.rs/)
- `brew tap homebrew/cask-fonts && brew install font-sauce-code-pro-nerd-font`
- Assign font in iTerm and IntelliJ

## Make cmd-tab app switcher appear on all monitors:
```sh
Expand Down Expand Up @@ -50,16 +54,14 @@ brew install coreutils # realpath
ln -sf $(realpath Preferences.sublime-settings) \
~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/Preferences.sublime-settings

# Rectangle.app Settings
# Rectangle overwrite a symlinked prefs file. If changes are made to Rectangle prefs, we need to copy back to this repo.
cp com.knollsoft.Rectangle.plist \
~/Library/Preferences/com.knollsoft.Rectangle.plist

# Finder: show all hidden files
defaults write com.apple.Finder AppleShowAllFiles true
killall Finder
```

### Rectangle.app Prefs
Launch Rectangle, open the Preferences pane, and import the prefs file (`Rectangle.json`)

## SSH Setup
From 1Password, copy `memex_id_ed25519` and `id_ed25519` to `~/.ssh/`.

Expand Down
213 changes: 213 additions & 0 deletions Rectangle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
{
"defaults" : {
"almostMaximizeWidth" : {
"float" : 0
},
"curtainChangeSize" : {
"int" : 0
},
"allowAnyShortcut" : {
"bool" : false
},
"centerHalfCycles" : {
"int" : 0
},
"retainSizeNextPrevDisplay" : {
"int" : 0
},
"ignoredSnapAreas" : {
"int" : 0
},
"screenEdgeGapBottom" : {
"float" : 0
},
"todoMode" : {
"bool" : false
},
"screenEdgeGapTop" : {
"float" : 0
},
"SUEnableAutomaticChecks" : {
"bool" : true
},
"todoSidebarWidth" : {
"float" : 400
},
"gapSize" : {
"float" : 2
},
"disabledApps" : {

},
"todoApplication" : {
"string" : "com.culturedcode.ThingsMac"
},
"unsnapRestore" : {
"int" : 0
},
"centeredDirectionalMove" : {
"int" : 0
},
"snapEdgeMarginTop" : {
"float" : 5
},
"snapModifiers" : {
"int" : 0
},
"altThirdCycle" : {
"int" : 0
},
"launchOnLogin" : {
"bool" : true
},
"hideMenubarIcon" : {
"bool" : false
},
"traverseSingleScreen" : {
"int" : 0
},
"snapEdgeMarginBottom" : {
"float" : 5
},
"footprintFade" : {
"int" : 0
},
"minimumWindowHeight" : {
"float" : 0
},
"screenEdgeGapRight" : {
"float" : 0
},
"screenEdgeGapLeft" : {
"float" : 0
},
"showAllActionsInMenu" : {
"int" : 0
},
"alternateDefaultShortcuts" : {
"bool" : true
},
"subsequentExecutionMode" : {
"int" : 0
},
"footprintBorderWidth" : {
"float" : 2
},
"relaunchOpensMenu" : {
"bool" : false
},
"windowSnapping" : {
"int" : 2
},
"snapEdgeMarginLeft" : {
"float" : 5
},
"todo" : {
"int" : 1
},
"obtainWindowOnClick" : {
"int" : 0
},
"snapEdgeMarginRight" : {
"float" : 5
},
"footprintColor" : {

},
"footprintAlpha" : {
"float" : 0.30000001192092896
},
"minimumWindowWidth" : {
"float" : 0
},
"almostMaximizeHeight" : {
"float" : 0
},
"resizeOnDirectionalMove" : {
"bool" : false
},
"sizeOffset" : {
"float" : 0
}
},
"shortcuts" : {
"leftHalf" : {
"keyCode" : 123,
"modifierFlags" : 786432
},
"firstThird" : {
"keyCode" : 2,
"modifierFlags" : 786432
},
"nextDisplay" : {
"keyCode" : 124,
"modifierFlags" : 1835008
},
"bottomRight" : {
"keyCode" : 40,
"modifierFlags" : 786432
},
"maximize" : {
"keyCode" : 36,
"modifierFlags" : 786432
},
"previousDisplay" : {
"keyCode" : 123,
"modifierFlags" : 1835008
},
"restore" : {
"keyCode" : 51,
"modifierFlags" : 786432
},
"topRight" : {
"keyCode" : 34,
"modifierFlags" : 786432
},
"smaller" : {
"keyCode" : 117,
"modifierFlags" : 786432
},
"rightHalf" : {
"keyCode" : 124,
"modifierFlags" : 786432
},
"topLeft" : {
"keyCode" : 32,
"modifierFlags" : 786432
},
"firstTwoThirds" : {
"keyCode" : 14,
"modifierFlags" : 786432
},
"lastThird" : {
"keyCode" : 5,
"modifierFlags" : 786432
},
"larger" : {
"keyCode" : 24,
"modifierFlags" : 786432
},
"centerThird" : {
"keyCode" : 3,
"modifierFlags" : 786432
},
"center" : {
"keyCode" : 8,
"modifierFlags" : 786432
},
"maximizeHeight" : {
"keyCode" : 126,
"modifierFlags" : 917504
},
"lastTwoThirds" : {
"keyCode" : 17,
"modifierFlags" : 786432
},
"bottomLeft" : {
"keyCode" : 38,
"modifierFlags" : 786432
}
},
"bundleId" : "com.knollsoft.Rectangle",
"version" : "49"
}
Binary file removed com.knollsoft.Rectangle.plist
Binary file not shown.
9 changes: 9 additions & 0 deletions starship.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
add_newline = false

[aws]
disabled = true

[gcloud]
disabled = true

[java]

0 comments on commit b3fab9a

Please sign in to comment.