π οΈ Installation β
How to use? β
You can run or use Carch directly without installing it on your system.
Choose one of the following version to try Carch:
bash -c "$(curl -fsSL https://chalisehari.com.np/carch)"bash -c "$(curl -fsSL https://chalisehari.com.np/carchdev)"Install Script β
You can install Carch permanently on your system using our install script:
bash -c "$(curl -fsSL https://chalisehari.com.np/carchinstall)"You can also use these options:
# Update existing installation
bash -c "$(curl -fsSL https://chalisehari.com.np/carchinstall)" -- --update# Uninstall Carch
bash -c "$(curl -fsSL https://chalisehari.com.np/carchinstall)" -- --uninstallπ¦ Cargo Crate β
Carch is available on crates.io.
You can install it using Cargo with the carch crate.
First, install dependencies:
sudo pacman -S --noconfirm fzf cargo rustsudo dnf install fzf cargo rust -yNow, install Carch using Cargo:
cargo install carchOnce that's done, you can run it by typing carch in your terminal.
π‘ TIP
If carch isnβt recognized, add Cargo's bin directory to your PATH:
export PATH="$HOME/.cargo/bin:$PATH"ποΈ Manual Installation β
π Dependencies β
sudo pacman -S --noconfirm rust man-db man git wget noto-fonts-emoji curl bash-completion ttf-nerd-fonts-symbols ttf-jetbrains-mono-nerd cargo fzf glibc gccsudo dnf install rust man-db man git wget google-noto-color-emoji-fonts google-noto-emoji-fonts jetbrains-mono-fonts-all bash-completion-devel curl cargo fzf glibc gcc -yπ§ 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. The installation should work smoothly, but if any problems arise, please open an issue or email me at harilvfs@chalisehari.com.np.
