Skip to content

Commit

Permalink
Clean up readme & undo changes to unsigned rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ashebanow committed Jan 14, 2025
1 parent 8eeeb8c commit 3fe869e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ just commands locally):
4. Run the following command:

```bash
if ! -f /tmp/hyprblue-justfile; then
curl https://raw.githubusercontent.com/ashebanow/hyprblue/master/justfile \
> /tmp/hyprblue-justfile
fi
just -f /tmp/hyprblue-justfile rebase-unsigned
curl https://raw.githubusercontent.com/ashebanow/hyprblue/master/justfile \
> /tmp/hyprblue-justfile
just -f /tmp/hyprblue-justfile rebase-signed
```

5. Reboot your computer again, but do **NOT** select Hyprland from the login screen.

6. At this point, you should have the default, very very basic Hyprland setup. Now is the time to install your favorite dotfiles. If you don't have a working Hyprland setup of your own, I recommend taking a look at [JaKoolit's](https://github.com/JaKooLit/Hyprland-Dots) dotfiles or those at [ml4w.com](ml4w.com). Right now the easiest way to get those working is to install them into an Arch VM, where they will install all the needed packages along with the dotfiles. Then copy the necessary config files to this system.
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ act:

# first, unsigned rebasing step. Reboot afterwards.
rebase-unsigned:
rpm-ostree rebase ostree-unverified-registry:docker://ghcr.io/ashebanow/hyprblue:latest
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ashebanow/hyprblue:latest

# second and final signed rebasing step. Reboot afterwards.
rebase-signed:
Expand Down

0 comments on commit 3fe869e

Please sign in to comment.