Compare commits
No commits in common. "270d5732430dfbc0f976659abfa6097dfe95fc2e" and "2ea9a291c453f3f5472cec13a106bd30579b78b5" have entirely different histories.
270d573243
...
2ea9a291c4
1
.zshrc
1
.zshrc
|
@ -73,7 +73,6 @@ 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,12 +42,10 @@ 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