mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Added some worktree aliases/functions
This commit is contained in:
parent
0725f9f56c
commit
e8ab4015c0
4 changed files with 126 additions and 37 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue