Compare commits
3 Commits
2ea9a291c4
...
270d573243
Author | SHA1 | Date |
---|---|---|
|
270d573243 | |
|
b16ffb5e88 | |
|
b46c46a133 |
1
.zshrc
1
.zshrc
|
@ -73,6 +73,7 @@ fi
|
||||||
alias grep='grep --colour=auto'
|
alias grep='grep --colour=auto'
|
||||||
alias egrep='egrep --colour=auto'
|
alias egrep='egrep --colour=auto'
|
||||||
alias fgrep='fgrep --colour=auto'
|
alias fgrep='fgrep --colour=auto'
|
||||||
|
alias publicip='dig +short txt ch whoami.cloudflare @1.0.0.1'
|
||||||
|
|
||||||
# llama keybindings
|
# llama keybindings
|
||||||
# | Key binding | Description |
|
# | Key binding | Description |
|
||||||
|
|
|
@ -42,10 +42,12 @@ has_bin "dnsproxy" || nix profile install nixpkgs#dnsproxy
|
||||||
has_bin "dust" || nix profile install nixpkgs#du-dust
|
has_bin "dust" || nix profile install nixpkgs#du-dust
|
||||||
has_bin "exa" || nix profile install nixpkgs#exa
|
has_bin "exa" || nix profile install nixpkgs#exa
|
||||||
has_bin "fd" || nix profile install nixpkgs#fd
|
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 "flamegraph" || nix profile install nixpkgs#flamegraph
|
||||||
has_bin "fzf" || nix profile install nixpkgs#fzf
|
has_bin "fzf" || nix profile install nixpkgs#fzf
|
||||||
has_bin "git" || nix profile install nixpkgs#git
|
has_bin "git" || nix profile install nixpkgs#git
|
||||||
has_bin "git-gone" || nix profile install nixpkgs#git-gone
|
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 "grep" || nix profile install nixpkgs#gnugrep
|
||||||
has_bin "grex" || nix profile install nixpkgs#grex
|
has_bin "grex" || nix profile install nixpkgs#grex
|
||||||
has_bin "gron" || nix profile install nixpkgs#gron
|
has_bin "gron" || nix profile install nixpkgs#gron
|
||||||
|
|
Loading…
Reference in New Issue