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