You should install ArchLinux/Manjaro
[WIP]
paru -S base-devel zip unzip git
chezmoi dotfile manager
Install
BINDIR="${LOCAL_BIN_DIR:-$HOME/.local/bin}" sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
chezmoi update
Zsh shell
chsh -s $(which zsh)
zsh plugin manager zdharma-continuum/zinit: 🌻 Flexible and fast ZSH plugin manager
Install
curl https://mise.run | MISE_INSTALL_PATH="${LOCAL_BIN_DIR:-$HOME/.local/bin}/mise" sh
Usage
mise use node@20
mise use --global node@20