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