add some hypr rules, zsh cli, add steam, fix scaling
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
neofetch
|
||||
yazi
|
||||
zenity
|
||||
figlet
|
||||
|
||||
bat
|
||||
ripgrep
|
||||
entr
|
||||
];
|
||||
|
||||
home.file.".p10k.zsh".source = ./p10k.zsh;
|
||||
@@ -90,6 +95,7 @@
|
||||
f() { git add -A && git commit -m "$1" && git push; unset -f f; }; f
|
||||
'';
|
||||
og = ''f() { z github "$@" && code . && exit; unset -f f; }; f'';
|
||||
wf = ''f() { watch -t -n1 "$@ | figlet -c -t -f doh"; unset -f f; }; f'';
|
||||
|
||||
cnfg = "cd nixos-config && code . && exit";
|
||||
x = "select_command";
|
||||
|
||||
Reference in New Issue
Block a user