Updated config

This commit is contained in:
Eduard Urbach 2024-06-24 10:29:54 +02:00
parent a789bfb97a
commit 63057fae7a
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
4 changed files with 23 additions and 7 deletions

View File

@ -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"

View File

@ -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 ä

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/*
*.log
!.gitignore
!.init
!/.config
/.config/*
!/.config/alacritty

11
.init Executable file
View File

@ -0,0 +1,11 @@
#!/bin/fish
# Load systemd user environment
set GENERATOR /usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
if test -e $GENERATOR
export ($GENERATOR)
end
# Start hyprland
Hyprland