New packages and zsh aliases
This commit is contained in:
parent
7a7fe6e792
commit
b24d05e1f4
@ -17,8 +17,10 @@
|
|||||||
feh
|
feh
|
||||||
dconf
|
dconf
|
||||||
docker
|
docker
|
||||||
|
zoom-us
|
||||||
discord
|
discord
|
||||||
wireshark
|
wireshark
|
||||||
|
flameshot
|
||||||
pavucontrol
|
pavucontrol
|
||||||
google-chrome
|
google-chrome
|
||||||
bitwarden-cli
|
bitwarden-cli
|
||||||
|
@ -14,6 +14,12 @@
|
|||||||
shellAliases = {
|
shellAliases = {
|
||||||
cd = "z";
|
cd = "z";
|
||||||
ls = "eza";
|
ls = "eza";
|
||||||
|
awkuniq = "sort | uniq";
|
||||||
|
histogram = "awkuniq -c | sort -nr";
|
||||||
|
json-less = "jq -C . | less -M";
|
||||||
|
csv2json = "python -c 'import csv, json, sys; print(json.dumps([dict(r) for r in csv.DictReader(sys.stdin)]))'";
|
||||||
|
|
||||||
|
# Nix Specific aliases
|
||||||
update-darwin = "darwin-rebuild switch --flake ~/dotfiles";
|
update-darwin = "darwin-rebuild switch --flake ~/dotfiles";
|
||||||
update-config = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
update-config = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
||||||
update-home = "home-manager switch --flake ~/dotfiles";
|
update-home = "home-manager switch --flake ~/dotfiles";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user