diff --git a/Cargo.lock b/Cargo.lock index 149aa32..bb6b605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2293,9 +2293,9 @@ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" [[package]] name = "tree-sitter" -version = "0.26.8" +version = "0.26.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538" +checksum = "4dab76d0b724ba557954125188cf0633a1ca43199ced82d95c7b9c32cc3de1f3" dependencies = [ "cc", "regex", @@ -2317,9 +2317,9 @@ dependencies = [ [[package]] name = "tree-sitter-highlight" -version = "0.26.8" +version = "0.26.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccde2b54a34b58313e69c02496a2a9ad38d59af79b196b5e1df063431752a7e0" +checksum = "f4fbfa3f35520ff730da507e2c9a526a98156f417e0008c73de873741d7e4ecc" dependencies = [ "regex", "streaming-iterator", diff --git a/_typos.toml b/_typos.toml index 38770ff..2393980 100644 --- a/_typos.toml +++ b/_typos.toml @@ -3,5 +3,5 @@ extend-exclude = ["tui/cool_tips.txt"] [default] extend-ignore-identifiers-re = [ - "ratatui", + "(?i)ratatui", ] diff --git a/docs/content/userguide/walkthrough.md b/docs/content/userguide/walkthrough.md index dad826f..bd32f31 100644 --- a/docs/content/userguide/walkthrough.md +++ b/docs/content/userguide/walkthrough.md @@ -92,6 +92,10 @@ https://github.com/ChrisTitusTech/neovim ### Emulators +### Multi-System Emulators + +- **RetroArch Game Emulator**: Frontend for emulators, game engines and media players. NO Games or Bios' are included + ### Nintendo Emulators - **bsnes**: Super Nintendo Emulator. NO Games are included @@ -166,9 +170,9 @@ This command installs and configures DWM and a desktop manager. The list of patches applied can be found in CTT's DWM repository https://github.com/ChrisTitusTech/dwm-titus - **Hyprland JaKooLit**: Install JaKooLit's Hyprland configuration +- **Install CachyOS Repository and Kernel**: To deliver a performance-optimized distribution, CachyOS recompiles Arch Linux packages specifically for the x86-64-v3, x86-64-v4, and Zen4+ architectures. - **Install Chaotic-AUR Repository**: Chaotic-AUR provides prebuilt binaries for popular AUR packages, saving compilation time. To know more visit: https://aur.chaotic.cx/ - **Linux Neptune for SteamDeck**: Valve's fork of Linux Kernel for the SteamDeck -- **Install CachyOS Repository and Kernel**: To deliver a performance-optimized distribution, CachyOS recompiles Arch Linux packages specifically for the x86-64-v3, x86-64-v4, and Zen4+ architectures. - **Nvidia Drivers & Hardware Acceleration**: This script installs and configures nvidia drivers with Hardware Acceleration. - **Omarchy Rice by DHH**: Simplified Hyprland configuration by DHH the ruby on rails dude. - **Paru AUR Helper**: Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction. To know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers diff --git a/tui/Cargo.toml b/tui/Cargo.toml index 7f70b4b..e73d7c1 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -35,7 +35,7 @@ ratatui = { version = "0.30.0", features = ["crossterm"], default-features = fal ratatui-image = { version = "11.0.2", default-features = false, features = ["crossterm", "image-defaults"] } time = { version = "0.3.47", features = ["formatting", "local-offset", "macros"], default-features = false } tree-sitter-bash = "0.25.1" -tree-sitter-highlight = "0.26.8" +tree-sitter-highlight = "0.26.9" tui-term = { version = "0.3.4", default-features = false } unicode-width = { version = "0.2.0", default-features = false } vt100-ctt = "0.17.1"