Added some worktree aliases/functions

This commit is contained in:
Tyler Mayoff 2025-12-03 10:53:41 -05:00 committed by Tyle Mayoff
parent 0725f9f56c
commit e8ab4015c0
No known key found for this signature in database
4 changed files with 126 additions and 37 deletions

View file

@ -71,31 +71,32 @@ in {
autoUpdate = true; # Fetch the newest stable branch of Homebrew's git repo
upgrade = true; # Upgrade outdated casks, formulae, and App Store apps
# 'zap': uninstalls all formulae(and related files) not listed in the generated Brewfile
cleanup = "zap";
# cleanup = "zap";
};
brews = [
"autoconf"
"automake"
"fastlane"
"freetype"
"git-lfs"
"libtool"
"m4"
"nasm"
"pkg-config"
"python@${py_ver}"
"rsync"
"jq"
"pipenv"
"ffmpeg"
"wget"
"ios-deploy"
"unzip"
"yarn"
"xz"
# "autoconf"
# "automake"
# "direnv"
# "fastlane"
# "freetype"
# "git-lfs"
# "libtool"
# "m4"
# "nasm"
# "pkg-config"
# "python@${py_ver}"
# "rsync"
# "jq"
# "pipenv"
# "ffmpeg"
# "wget"
# "ios-deploy"
# "unzip"
# "yarn"
# "xz"
"llvm@20"
# "llvm@20"
];
casks = [
@ -113,10 +114,10 @@ in {
];
};
services.jankyborders = {
enable = true;
active_color = "0xFF95bcf9";
};
# services.jankyborders = {
# enable = true;
# active_color = "0xFF95bcf9";
# };
programs.fish.enable = true;
programs.zsh.enable = false;