https://github.com/maxhu08/rebos-config-arch
⚙️ my rebos config for arch machines
https://github.com/maxhu08/rebos-config-arch
Last synced: 3 months ago
JSON representation
⚙️ my rebos config for arch machines
- Host: GitHub
- URL: https://github.com/maxhu08/rebos-config-arch
- Owner: maxhu08
- Created: 2024-07-26T21:58:51.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-03-17T21:46:02.000Z (4 months ago)
- Last Synced: 2025-03-17T22:51:30.339Z (4 months ago)
- Homepage:
- Size: 7.81 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rebos-config-arch
This repo contains my rebos config for all my machines using arch.
## requirements
Make sure these are installed:
- git
- rust + cargo
- base-devel
- paru
- flatpak```shell
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
```## getting-started
```shell
# 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!