Skip to content

Instantly share code, notes, and snippets.

View jacobdalamb's full-sized avatar
💭
Hi I'm Jacob!

Jacob Lamb jacobdalamb

💭
Hi I'm Jacob!
View GitHub Profile
@jacobdalamb
jacobdalamb / settings.json
Last active May 22, 2024 16:09
zed settings
{
"features": {
"copilot": false
},
"theme": "Catppuccin Frappé",
"autosave": "on_focus_change",
"tab_bar": {
"show": false
},
"format_on_save": "off",
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
#
# Imports are loaded in order, skipping all missing files, with the importing
# file being loaded last. If a field is already present in a previous import, it
# will be replaced.
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
@jacobdalamb
jacobdalamb / brew-pkgs.txt
Last active March 31, 2024 02:35
brew pkgs
aom
apr
apr-util
argon2
aspell
autoconf
bat
brotli
c-ares
ca-certificates
Python 3.12
ColorSlurp.app
Toolkit.app
Visual Studio Code.app
CleanShot X.app
CleanMyMac X.app
1Password.app
Raycast.app
Steam.app
Numbers.app
@jacobdalamb
jacobdalamb / pnpm-global-pkgs.txt
Last active January 28, 2024 18:12
global pnpm pkgs
Legend: production dependency, optional only, dev only
/Users/jacoblamb/Library/pnpm/global/5
dependencies:
@pnpm/merge-driver 0.1.0
pnpm 8.14.1
@jacobdalamb
jacobdalamb / settings.json
Last active September 19, 2024 20:42
vscode settings
{
// Better Defaults
"editor.copyWithSyntaxHighlighting": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.emptySelectionClipboard": false,
"workbench.editor.enablePreview": false,
"window.newWindowDimensions": "inherit",
"editor.multiCursorModifier": "ctrlCmd",
"files.trimTrailingWhitespace": true,
"diffEditor.renderSideBySide": false,