bup
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
environment.variables.OPENCODE_CONFIG = "~/.config/opencode.jsonc";
|
||||
|
||||
# Add Homebrew to PATH
|
||||
environment.systemPath = [ "/opt/homebrew/bin" "/opt/homebrew/sbin" ];
|
||||
environment.systemPath = [ "/opt/homebrew/bin" "/opt/homebrew/sbin" "/Users/matthew.bessette/.local/bin" ];
|
||||
|
||||
# Biome config
|
||||
environment.etc."biome.json".source = ./config.biome.json;
|
||||
@@ -36,17 +36,14 @@
|
||||
onActivation.cleanup = "uninstall";
|
||||
onActivation.autoUpdate = true;
|
||||
onActivation.upgrade = true;
|
||||
taps = [ "bufbuild/buf" "jacobjohansen/tap" ];
|
||||
taps = [ "bufbuild/buf"];
|
||||
brews = [
|
||||
"biome"
|
||||
"jacobjohansen/tap/rds-auth-proxy"
|
||||
|
||||
# CLEO APP
|
||||
"ccache"
|
||||
"rbenv"
|
||||
"ruby-build"
|
||||
###
|
||||
|
||||
];
|
||||
casks = [
|
||||
|
||||
@@ -62,8 +59,8 @@
|
||||
"bruno"
|
||||
"kopiaui"
|
||||
"libreoffice"
|
||||
"obsidian"
|
||||
"postico"
|
||||
"font-fira-code-nerd-font"
|
||||
"signal"
|
||||
"spotify"
|
||||
"yubico-yubikey-manager"
|
||||
|
||||
Reference in New Issue
Block a user