mirror of
https://github.com/nmasur/dotfiles
synced 2026-04-16 22:59:45 +00:00
Compare commits
3 Commits
9a97d94ffa
...
d09ee3337b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d09ee3337b | ||
|
|
22e1c9b8eb | ||
|
|
acd71623e4 |
@@ -46,7 +46,7 @@ in
|
||||
ublacklist
|
||||
vimium
|
||||
wappalyzer # TODO: only for work profile
|
||||
pkgs.nmasur.firefox-history-exporter
|
||||
# pkgs.nmasur.firefox-history-exporter
|
||||
# copy-as-markdown
|
||||
# saml-tracer
|
||||
# text-fragment
|
||||
|
||||
@@ -49,7 +49,11 @@ in
|
||||
custom = {
|
||||
jj = {
|
||||
when = "jj-starship detect";
|
||||
shell = [ "jj-starship" ];
|
||||
shell = [
|
||||
"jj-starship"
|
||||
"--no-jj-prefix"
|
||||
"--no-git-prefix"
|
||||
];
|
||||
format = "$output ";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -38,6 +38,7 @@ in
|
||||
pkgs.nmasur.ocr # Converts images to text
|
||||
pkgs.nmasur.aws-ec2 # Browse EC2 instances
|
||||
pkgs.nmasur.terraform-init # Quick shortcut for initializing Terraform backend
|
||||
pkgs.uv # Python packaging
|
||||
];
|
||||
|
||||
programs.fish.shellAliases.ec2 = "aws-ec2";
|
||||
|
||||
Reference in New Issue
Block a user