Skip to content

Instantly share code, notes, and snippets.

View Tobindekorne's full-sized avatar

Tobin deKorne Tobindekorne

View GitHub Profile
@Tobindekorne
Tobindekorne / aerospace.toml
Created October 17, 2024 00:33
Add this to ~/.config/aerospace
# Place a copy of this config to ~/.aerospace.toml
# After that, you can edit ~/.aerospace.toml to your liking
# It's not necessary to copy all keys to your config.
# If the key is missing in your config, "default-config.toml" will serve as a fallback
# You can use it to add commands that run after login to macOS user session.
# 'start-at-login' needs to be 'true' for 'after-login-command' to work
# Available commands: https://nikitabobko.github.io/AeroSpace/commands
after-login-command = []
@Tobindekorne
Tobindekorne / settings.json
Created August 15, 2024 05:33
My vs code settings
{
"editor.fontSize": 15,
"editor.fontFamily": "JetBrains Mono, Menlo, Monaco, 'Courier New', monospace",
// "editor.fontLigatures": true,
"editor.fontLigatures": "'zero', 'ss02', 'ss03', 'sso4', 'ss04', 'ss06', 'calt'",
"editor.formatOnSave": true,
"editor.tabCompletion": "on",
"editor.renderWhitespace": "selection",
"editor.detectIndentation": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
@Tobindekorne
Tobindekorne / .zshrc
Last active August 15, 2024 02:22
My .zshrc file
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH