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