This commit is contained in:
ash
2026-04-15 14:22:29 +01:00
parent 4ca54f410c
commit dd09c05df8
6 changed files with 45 additions and 2 deletions
+44 -1
View File
@@ -24,6 +24,49 @@ alias HandBrakeCLI='flatpak run --command=HandBrakeCLI fr.handbrake.ghb'
export SSH_AUTH_SOCK=$HOME/.bitwarden-ssh-agent.sock
# Help Sheet
function helpme() {
echo -e "\e[32m------------- Kitty -------------\e[0m"
echo -e "Ctrl+Shift+V : Paste"
echo -e "Super+Enter : New Terminal Window"
echo -e "Ctrl+Shift+T : New Tab"
echo -e "Ctrl+Shift+Arrows : Next Tab"
echo -e "reload : refresh shell"
echo -e ""
echo -e "\e[32m--------- System Update ---------\e[0m"
echo -e "update : System Update"
echo -e "cleanup : Autoremove Packages"
echo -e ""
echo -e "\e[32m------------- Files -------------\e[0m"
echo -e "llt : Tree View"
echo -e "pack : pack compressed.tar.xz /folder/file1.txt /folder/folder2"
echo -e "unpack : unpack file.tar.xz"
echo -e "size : List files and sizes"
echo -e "zi : See past filepaths"
echo -e "ctl+R : Command history"
echo -e "alt+C : fzf search subdirectories"
echo -e ""
echo -e "\e[32m------------- Docker ------------\e[0m"
echo -e "dup : Docker compose up -d"
echo -e "ddown : Docker compose down "
echo -e "dupdate : Docker compose down, pull, up"
echo -e "drestart : Docker compose restart"
echo -e "dlog : Docker compose logs"
echo -e ""
echo -e "\e[32m---------- My Scripts -----------\e[0m"
echo -e "myapps : Install Fedora apps"
echo -e "phoneapps : Install mobile apps"
echo -e "compress : Compress videos with handbrake"
echo -e "star-update : Update terminal from gitea"
echo -e "star-edit : Edit starship config"
echo -e "rip : Rip a music CD"
echo -e ""
echo -e "\e[32m--------- System Stats ----------\e[0m"
echo -e "kill [tab] : Show processes to Kill"
echo -e "btop : Show systems stats"
echo -e ""
}
alias update="sudo dnf update"
alias cleanup="sudo dnf autoremove"
alias ..="z .."
@@ -54,4 +97,4 @@ eval "$(starship init bash)"
eval "$(fzf --bash)"
eval "$(zoxide init bash)"
fastfetch
cd
cd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -3,7 +3,7 @@ font_family FiraCode Nerd Font Mono
bold_font auto
italic_font auto
bold_italic_font auto
font_size 14.0
font_size 13.0
disable_ligatures never
cursor_shape block