Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxhu08/rebos-config-arch
⚙️ my rebos config for arch machines
https://github.com/maxhu08/rebos-config-arch
Last synced: 23 days 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T01:41:10.000Z (3 months ago)
- Last Synced: 2024-10-29T02:29:49.641Z (3 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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!