This repo contains my rebos config for all my machines using arch.
Make sure these are installed:
- git
- rust + cargo
- base-devel
- paru
- flatpak
sudo pacman -S git rustup base-devel
# paru
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si
cd ..
rm -rf paru
# flatpak
sudo pacman -S flatpak
# clone rebos config and gen current build
cargo install rebos
git clone https://github.com/maxhu08/rebos-config-arch ~/.config/rebos
rebos setup
rebos config init
rebos gen commit "initial"
rebos gen current build
That's it!