# ⚡ UltraTerminal ## 2025-Nov Update We embrace Rust due to its hyper performance. Here is the list of changes: - **`Nushell + Starship`**: replace `ohmyzsh`, `powerlevel10k` - **`television`**: replace fzf - **`zed`**: replace vscode & nvim - **`fastfetch`**: replace `neofetch` **Necessary Tools**: - `bat`, `rg` - `ziode` --- ### navi https://github.com/denisidoro/navi ```bash bash <(curl -sL https://raw.githubusercontent.com/denisidoro/navi/master/scripts/install) eval "$(navi widget zsh)" ``` ### k for zsh https://github.com/supercrabtree/k ```bash git clone https://github.com/supercrabtree/k $ZSH_CUSTOM/plugins/k ``` ### zplug A plugin manager for `zsh` https://github.com/zplug/zplug ```bash curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh ```