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 April 11, 2024 02:51
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,
@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
1Password.app
Arc.app
CleanMyMac X.app
CleanShot X.app
ColorSlurp.app
Crouton.app
Darkmatter.app
Epic Games Launcher.app
FontBase.app
GPG Keychain.app
@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
# 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 / 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",
@jacobdalamb
jacobdalamb / .zshrc
Last active March 13, 2024 19:31
zshrc
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="apple"
# Set list of themes to pick from when loading at random
@jacobdalamb
jacobdalamb / bun-global-pkgs.txt
Last active January 28, 2024 17:35
global bun pkgs
/Users/jacoblamb/.bun/install/global node_modules (742)
├── @antfu/ni@0.21.12
├── npm-check-updates@16.14.12
└── vercel@33.3.0
@jacobdalamb
jacobdalamb / lastSyncextensions.json
Last active April 11, 2024 02:51
vscode extensions
[
"calebporzio.better-keybindings",
"calebporzio.simple-project-switcher",
"vscode.bat",
"vscode.clojure",
"vscode.coffeescript",
"vscode.configuration-editing",
"vscode.cpp",
"vscode.csharp",
"vscode.css",
@jacobdalamb
jacobdalamb / config.nu
Last active January 28, 2024 18:33
config.nu
# Nushell Config File
#
# version = "0.89.0"
# For more information on defining custom themes, see
# https://www.nushell.sh/book/coloring_and_theming.html
# And here is the theme collection
# https://github.com/nushell/nu_scripts/tree/main/themes
let dark_theme = {
# color for nushell primitives