🛠️ Installation
Live Test 🎯
You can run or use Carch directly without installing it on your system.
NOTE
⚡ Make sure to have thefiglet
, and fzf
packages already installed.
Arch
sudo pacman -S --noconfirm figlet fzf
Fedora
sudo dnf install figlet fzf -y
Simply execute the following command:
bash <(curl -L https://chalisehari.com.np/live)
💡 TIP
This will automatically fetch Carch from the latest release, download it to a temporary file, and remove it from your system once you exit.
✅ This makes it easier to try out Carch without installing it permanently! 🎯
⚙️ Automated Installation Script
CAUTION
⚠️ If Carch fails on Arch-based or Fedora-based distros, please open an issue.
It shouldn't fail, but just in case, let us know!
To install Carch, execute the following command in your terminal:
bash <(curl -L https://chalisehari.com.np/arch)
bash <(curl -L https://chalisehari.com.np/fedora)
INFO
📢 Make sure to install curl
before running this command:
Arch
sudo pacman -S curl
Fedora
sudo dnf install curl -y
Also, check the make
and less
packages (for Arch only).
💡 TIP
📝 You don't need to run the installation script every time. You can run it once, and then simply type carch in your terminal whenever you want to automatically execute the Carch script.
📦 Cargo Crate
Carch is now available on Cargo Crate!
🚀 This is the simplest and best installation method for both Arch and Fedora if you have Rust installed.
You'll need a few dependencies before installing:
sudo pacman -S --noconfirm figlet curl rust wget cargo fzf
sudo dnf install figlet curl rust wget cargo fzf
Now, install Carch using Cargo:
cargo install carch
Once installed, simply type carch
in your terminal to run it.
💡 TIP
If you already have Rust installed, you can install Carch directly with Cargo. Don't forget that fzf
and figlet
are required dependencies, as they are the core of the Carch menu!
🏗️ Manual Installation
📜 Dependencies
sudo pacman -S rust figlet man-db man git wget unzip noto-fonts-emoji ttf-joypixels cur bash bash-completion ttf-nerd-fonts-symbols ttf-jetbrains-mono ttf-jetbrains-mono-nerd bat zsh fish cargo fzf
sudo dnf install rust figlet man-db man git wget unzip google-noto-color-emoji-fonts google-noto-emoji-fonts bat jetbrains-mono-fonts-all bash-completion-devel zsh fish curl bat cargo fzf
🔧 Clone and Build
git clone --depth 1 https://github.com/harilvfs/carch
cd carch
cargo build --release
cd target/release/
sudo cp -r carch /usr/bin/
Now you can run carch
in your terminal. If you encounter any issues on Fedora, they might be dependency-related. It should work fine, but if any problems arise, feel free to open an issue or email me at harilvfs@chalisehari.com.np.