Skip to content

Commit

Permalink
Add Fabric AI for terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Jan 26, 2025
1 parent cb216a1 commit bb60159
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 74 deletions.
102 changes: 29 additions & 73 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware";
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.1";
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
Expand Down
2 changes: 2 additions & 0 deletions home/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
home.shellAliases = {
".." = "cd ..";
"..." = "cd ../..";
a = "${pkgs.fabric-ai}/bin/fabric";
ai = "${pkgs.fabric-ai}/bin/fabric -sp \"$(${pkgs.fabric-ai}/bin/fabric --listpatterns | ${pkgs.fzf}/bin/fzf)\"";
e = "${pkgs.helix}/bin/hx";
f = "${pkgs.yazi}/bin/yazi";
g = "${pkgs.gitui}/bin/gitui";
Expand Down
2 changes: 2 additions & 0 deletions home/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@
delta
dig
dust
fabric-ai
fx
gcc
gimp
glow
gnumake
golangci-lint
gopass
Expand Down

0 comments on commit bb60159

Please sign in to comment.