Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!