Helpme
This commit is contained in:
@@ -24,6 +24,49 @@ alias HandBrakeCLI='flatpak run --command=HandBrakeCLI fr.handbrake.ghb'
|
|||||||
|
|
||||||
export SSH_AUTH_SOCK=$HOME/.bitwarden-ssh-agent.sock
|
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 update="sudo dnf update"
|
||||||
alias cleanup="sudo dnf autoremove"
|
alias cleanup="sudo dnf autoremove"
|
||||||
alias ..="z .."
|
alias ..="z .."
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -3,7 +3,7 @@ font_family FiraCode Nerd Font Mono
|
|||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
font_size 14.0
|
font_size 13.0
|
||||||
disable_ligatures never
|
disable_ligatures never
|
||||||
|
|
||||||
cursor_shape block
|
cursor_shape block
|
||||||
|
|||||||
Reference in New Issue
Block a user