Updated config
This commit is contained in:
parent
a789bfb97a
commit
63057fae7a
@ -14,6 +14,12 @@ alias gt "go test -v"
|
|||||||
# Hyperfine
|
# Hyperfine
|
||||||
alias bench "hyperfine --shell=none"
|
alias bench "hyperfine --shell=none"
|
||||||
|
|
||||||
|
# Jump
|
||||||
|
alias jh "cd"
|
||||||
|
alias jb "cd ~/.local/bin"
|
||||||
|
alias jc "cd ~/.config"
|
||||||
|
alias jp "cd ~/projects"
|
||||||
|
|
||||||
# Kernel
|
# Kernel
|
||||||
alias kerr "sudo dmesg --level=emerg,alert,crit,err"
|
alias kerr "sudo dmesg --level=emerg,alert,crit,err"
|
||||||
alias klog "sudo dmesg"
|
alias klog "sudo dmesg"
|
||||||
@ -66,15 +72,12 @@ alias slt "systemctl list-timers"
|
|||||||
|
|
||||||
# ...
|
# ...
|
||||||
alias bios "systemctl reboot --firmware-setup"
|
alias bios "systemctl reboot --firmware-setup"
|
||||||
alias cdp "cd ~/projects"
|
|
||||||
alias cfg "config"
|
alias cfg "config"
|
||||||
alias cls "clear"
|
alias cls "clear"
|
||||||
|
alias disasm "ndisasm -b 64 -e 128"
|
||||||
alias ff "fastfetch"
|
alias ff "fastfetch"
|
||||||
alias hex "hexdump -C"
|
alias hex "hexdump -C"
|
||||||
alias log "journalctl"
|
alias log "journalctl"
|
||||||
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
|
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
|
||||||
alias dl "yt-dlp -x -f bestaudio"
|
alias dl "yt-dlp -x -f bestaudio"
|
||||||
alias mirror "wget -mpEk"
|
alias mirror "wget -mpEk"
|
||||||
|
|
||||||
# Close all windows
|
|
||||||
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"
|
|
||||||
|
@ -9,6 +9,7 @@ bindle = $mod, T, exec, wtype ™
|
|||||||
bindle = $mod, C, exec, wtype ©
|
bindle = $mod, C, exec, wtype ©
|
||||||
bindle = $mod, R, exec, wtype ®
|
bindle = $mod, R, exec, wtype ®
|
||||||
bindle = $mod, L, exec, wtype λ
|
bindle = $mod, L, exec, wtype λ
|
||||||
|
bindle = $mod, M, exec, wtype μ
|
||||||
|
|
||||||
# German language
|
# German language
|
||||||
bindle = $mod, A, exec, wtype ä
|
bindle = $mod, A, exec, wtype ä
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
*.log
|
*.log
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.init
|
||||||
!/.config
|
!/.config
|
||||||
/.config/*
|
/.config/*
|
||||||
!/.config/alacritty
|
!/.config/alacritty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user