diff --git a/fish/.config/fish/conf.d/aliases.fish b/fish/.config/fish/conf.d/aliases.fish index 9df9cc2..43c0060 100644 --- a/fish/.config/fish/conf.d/aliases.fish +++ b/fish/.config/fish/conf.d/aliases.fish @@ -1,3 +1,7 @@ +# Because lowkey typing "exti" and then "exit" and having +# nvim hang for a sec a lil annoying +alias exit "exit 0" + # ------------------------------------------------------------------------------ # Core "Rust-first" Command Replacements # ------------------------------------------------------------------------------ @@ -23,7 +27,7 @@ alias la "eza -a --icons --group-directories-first" alias lt "eza --tree --level=2 --long --git --icons" # tree: deadass replacing the tree command -alias tree "eza -T" +alias tree "eza -T --git --icons" # ------------------------------------------------------------------------------ # Context-Aware Aliases (Docker) diff --git a/fonts/.local/share/fonts/Hack/.uuid b/fonts/.local/share/fonts/Hack/.uuid new file mode 100644 index 0000000..9a09d15 --- /dev/null +++ b/fonts/.local/share/fonts/Hack/.uuid @@ -0,0 +1 @@ +d80e1c2a-e7b0-45b9-8433-c1f999802859 \ No newline at end of file diff --git a/fonts/.local/share/fonts/Hack/HackNerdFont-Bold.ttf b/fonts/.local/share/fonts/Hack/HackNerdFont-Bold.ttf new file mode 100644 index 0000000..d2abd6f Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFont-Bold.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFont-BoldItalic.ttf b/fonts/.local/share/fonts/Hack/HackNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..3bc6e31 Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFont-BoldItalic.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFont-Italic.ttf b/fonts/.local/share/fonts/Hack/HackNerdFont-Italic.ttf new file mode 100644 index 0000000..6b81819 Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFont-Italic.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFont-Regular.ttf b/fonts/.local/share/fonts/Hack/HackNerdFont-Regular.ttf new file mode 100644 index 0000000..124e362 Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFont-Regular.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFontMono-Bold.ttf b/fonts/.local/share/fonts/Hack/HackNerdFontMono-Bold.ttf new file mode 100644 index 0000000..5cb890b Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFontMono-Bold.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFontMono-BoldItalic.ttf b/fonts/.local/share/fonts/Hack/HackNerdFontMono-BoldItalic.ttf new file mode 100644 index 0000000..58961fa Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFontMono-BoldItalic.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFontMono-Italic.ttf b/fonts/.local/share/fonts/Hack/HackNerdFontMono-Italic.ttf new file mode 100644 index 0000000..30094a3 Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFontMono-Italic.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFontMono-Regular.ttf b/fonts/.local/share/fonts/Hack/HackNerdFontMono-Regular.ttf new file mode 100644 index 0000000..6c95cc0 Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFontMono-Regular.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFontPropo-Bold.ttf b/fonts/.local/share/fonts/Hack/HackNerdFontPropo-Bold.ttf new file mode 100644 index 0000000..1bf09f6 Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFontPropo-Bold.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFontPropo-BoldItalic.ttf b/fonts/.local/share/fonts/Hack/HackNerdFontPropo-BoldItalic.ttf new file mode 100644 index 0000000..2f3cc91 Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFontPropo-BoldItalic.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFontPropo-Italic.ttf b/fonts/.local/share/fonts/Hack/HackNerdFontPropo-Italic.ttf new file mode 100644 index 0000000..37d5571 Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFontPropo-Italic.ttf differ diff --git a/fonts/.local/share/fonts/Hack/HackNerdFontPropo-Regular.ttf b/fonts/.local/share/fonts/Hack/HackNerdFontPropo-Regular.ttf new file mode 100644 index 0000000..35ddd09 Binary files /dev/null and b/fonts/.local/share/fonts/Hack/HackNerdFontPropo-Regular.ttf differ diff --git a/fonts/.local/share/fonts/Nimbus/.uuid b/fonts/.local/share/fonts/Nimbus/.uuid new file mode 100644 index 0000000..e537212 --- /dev/null +++ b/fonts/.local/share/fonts/Nimbus/.uuid @@ -0,0 +1 @@ +a197d76c-13ad-4b17-abb0-dd4d5e05f983 \ No newline at end of file diff --git a/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Bold.otf b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Bold.otf new file mode 100644 index 0000000..f4fa8bb Binary files /dev/null and b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Bold.otf differ diff --git a/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Bold.woff2 b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Bold.woff2 new file mode 100644 index 0000000..cbb6f6c Binary files /dev/null and b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Bold.woff2 differ diff --git a/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Light.otf b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Light.otf new file mode 100644 index 0000000..ac72206 Binary files /dev/null and b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Light.otf differ diff --git a/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Light.woff2 b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Light.woff2 new file mode 100644 index 0000000..01f1e43 Binary files /dev/null and b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Light.woff2 differ diff --git a/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Regular.otf b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Regular.otf new file mode 100644 index 0000000..3f07b89 Binary files /dev/null and b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Regular.otf differ diff --git a/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Regular.woff2 b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Regular.woff2 new file mode 100644 index 0000000..a7ce725 Binary files /dev/null and b/fonts/.local/share/fonts/Nimbus/NimbusSansDOTNerdFont-Regular.woff2 differ