This repository provides a template file to help you easily install vscodium on your Void Linux.
- Clone the repository to your computer using:
git clone https://github.com/k1114linux/xbps-src-vscodium.git codium
- Copy the
codiumdirectory into thesrcpkgs/directory of yourvoid-packagesrepository:cp -rf codium /path/to/void-packages/srcpkgs/
- Build the package from within the
void-packagesrepository:./xbps-src pkg -f codium
- Install the package using
xbps-install, pointing to thehostdir/binpkgsrepository:sudo xbps-install --repository=hostdir/binpkgs codium
- After installation, you can launch the
codiumbrowser directly from your terminal using:codium