From b3fab9a31031eae206b73801269399b57ffebb43 Mon Sep 17 00:00:00 2001 From: Glenn Oppegard Date: Wed, 7 Apr 2021 10:03:39 -0600 Subject: [PATCH] updates --- README.md | 12 +- Rectangle.json | 213 ++++++++++++++++++++++++++++++++++ com.knollsoft.Rectangle.plist | Bin 613 -> 0 bytes starship.toml | 9 ++ 4 files changed, 229 insertions(+), 5 deletions(-) create mode 100644 Rectangle.json delete mode 100644 com.knollsoft.Rectangle.plist diff --git a/README.md b/README.md index 929244e..aa9c63a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/`. diff --git a/Rectangle.json b/Rectangle.json new file mode 100644 index 0000000..c2b3ecb --- /dev/null +++ b/Rectangle.json @@ -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" +} \ No newline at end of file diff --git a/com.knollsoft.Rectangle.plist b/com.knollsoft.Rectangle.plist deleted file mode 100644 index ba3bc3598dda2708f6b09fe71d8fd6c1bfb078ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 613 zcmaJ+Id2m|6rQ(%U~?oBn?oUqn53YANb8fh!z2MLIl;Rf9G!V^g@;OWA1`jwZ6O0SBv&;XaB?6}kGM8; zz@o^<)6{FS#H{vtcc(1|{LXO1ppwP0HSjUEZ)#YV_i0~g(@o9oefJx(sd_^C_zd;d zCF?}Io*Fe^Ms!DF$###$R6MXb=Kq)DR%GpOa-G<&BeDIG*R)FGM!=;Jq1dZ9%Ob`i_3WBuv3F)PRD5C-4-W!E<;4Z{Z_+g3s^;zQQ-y Xh2QYUL5^b$?KrTHXmN~Va3=l&%~iH7 diff --git a/starship.toml b/starship.toml index e69de29..5877bbf 100644 --- a/starship.toml +++ b/starship.toml @@ -0,0 +1,9 @@ +add_newline = false + +[aws] +disabled = true + +[gcloud] +disabled = true + +[java]