Compare commits

...

3 Commits

Author SHA1 Message Date
Andrew Coleman 270d573243 add goawk 2023-09-11 09:19:07 -04:00
Andrew Coleman b16ffb5e88 add alias for publicip 2023-09-11 09:18:24 -04:00
Andrew Coleman b46c46a133 add flake-checker 2023-09-11 09:18:15 -04:00
2 changed files with 3 additions and 0 deletions

1
.zshrc
View File

@ -73,6 +73,7 @@ fi
alias grep='grep --colour=auto'
alias egrep='egrep --colour=auto'
alias fgrep='fgrep --colour=auto'
alias publicip='dig +short txt ch whoami.cloudflare @1.0.0.1'
# llama keybindings
# | Key binding | Description |

View File

@ -42,10 +42,12 @@ has_bin "dnsproxy" || nix profile install nixpkgs#dnsproxy
has_bin "dust" || nix profile install nixpkgs#du-dust
has_bin "exa" || nix profile install nixpkgs#exa
has_bin "fd" || nix profile install nixpkgs#fd
has_bin "flake-checker" || nix profile install github:DeterminateSystems/flake-checker
has_bin "flamegraph" || nix profile install nixpkgs#flamegraph
has_bin "fzf" || nix profile install nixpkgs#fzf
has_bin "git" || nix profile install nixpkgs#git
has_bin "git-gone" || nix profile install nixpkgs#git-gone
has_bin "goawk" || nix profile install nixpkgs#goawk
has_bin "grep" || nix profile install nixpkgs#gnugrep
has_bin "grex" || nix profile install nixpkgs#grex
has_bin "gron" || nix profile install nixpkgs#gron