diff --git a/.bashrc b/.bashrc index b156ef2..6467ad8 100644 --- a/.bashrc +++ b/.bashrc @@ -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 \ No newline at end of file diff --git a/fonts/SpaceMonoNerdFontMono-Bold.ttf b/fonts/SpaceMonoNerdFontMono-Bold.ttf deleted file mode 100644 index a36d46f..0000000 Binary files a/fonts/SpaceMonoNerdFontMono-Bold.ttf and /dev/null differ diff --git a/fonts/SpaceMonoNerdFontMono-BoldItalic.ttf b/fonts/SpaceMonoNerdFontMono-BoldItalic.ttf deleted file mode 100644 index a41c39b..0000000 Binary files a/fonts/SpaceMonoNerdFontMono-BoldItalic.ttf and /dev/null differ diff --git a/fonts/SpaceMonoNerdFontMono-Italic.ttf b/fonts/SpaceMonoNerdFontMono-Italic.ttf deleted file mode 100644 index 336253a..0000000 Binary files a/fonts/SpaceMonoNerdFontMono-Italic.ttf and /dev/null differ diff --git a/fonts/SpaceMonoNerdFontMono-Regular.ttf b/fonts/SpaceMonoNerdFontMono-Regular.ttf deleted file mode 100644 index 9b4df5f..0000000 Binary files a/fonts/SpaceMonoNerdFontMono-Regular.ttf and /dev/null differ diff --git a/kitty.conf b/kitty.conf index 58bf5ea..ae3d100 100644 --- a/kitty.conf +++ b/kitty.conf @@ -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