New packages and zsh aliases
This commit is contained in:
parent
7a7fe6e792
commit
b24d05e1f4
@ -17,8 +17,10 @@
|
||||
feh
|
||||
dconf
|
||||
docker
|
||||
zoom-us
|
||||
discord
|
||||
wireshark
|
||||
flameshot
|
||||
pavucontrol
|
||||
google-chrome
|
||||
bitwarden-cli
|
||||
|
@ -14,6 +14,12 @@
|
||||
shellAliases = {
|
||||
cd = "z";
|
||||
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-config = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
||||
update-home = "home-manager switch --flake ~/dotfiles";
|
||||
|
Loading…
x
Reference in New Issue
Block a user