mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-06 01:49:12 +00:00
Compare commits
No commits in common. "9898851bf8d53e6e96efb9e447ed88435050514a" and "fe9ade7b0c3257d00e5d5084249f7ad9da251bcf" have entirely different histories.
9898851bf8
...
fe9ade7b0c
4 changed files with 4 additions and 6 deletions
|
@ -20,6 +20,7 @@
|
||||||
dos2unix # Convert DOS line endings to UNIX
|
dos2unix # Convert DOS line endings to UNIX
|
||||||
fast-cli # Netflix speed test
|
fast-cli # Netflix speed test
|
||||||
fortune # Fortune cookies
|
fortune # Fortune cookies
|
||||||
|
gh # Github CLI
|
||||||
httpie # Better curl
|
httpie # Better curl
|
||||||
jq # JSON pretty printer and manipulator
|
jq # JSON pretty printer and manipulator
|
||||||
mtr # Better traceroute
|
mtr # Better traceroute
|
||||||
|
|
|
@ -10,10 +10,8 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
android-tools # Android SDK
|
android-tools # Android SDK
|
||||||
awscli # AWS CLI
|
awscli # AWS CLI
|
||||||
dnscontrol # Control your DNS
|
|
||||||
envsubst # Envvar substitution for Go
|
envsubst # Envvar substitution for Go
|
||||||
google-cloud-sdk # GCP CLI
|
google-cloud-sdk # GCP CLI
|
||||||
gh # Github CLI
|
|
||||||
kubectl # Container wrangler
|
kubectl # Container wrangler
|
||||||
nil # Nix LSP
|
nil # Nix LSP
|
||||||
nixfmt-classic # Nix formatter (old, stable one until the new one is stableish)
|
nixfmt-classic # Nix formatter (old, stable one until the new one is stableish)
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
|
|
||||||
shellAbbrs = rec {
|
shellAbbrs = rec {
|
||||||
ccat = "egrep -v '^\s*(#|\\$)'";
|
ccat = "egrep -v '^\s*(#|\\$)'";
|
||||||
dnsplan = "dnscontrol preview";
|
|
||||||
dnspush = "dnscontrol push";
|
|
||||||
g = "git";
|
g = "git";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit -S"; # interactive commit
|
gc = "git commit -S"; # interactive commit
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# packages
|
# packages
|
||||||
# home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# ];
|
dnscontrol
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue