Skip to content

Commit

Permalink
new pkgs: nwg-look; remove foot, xarchiver
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrneko committed Aug 25, 2024
1 parent 326f91c commit 62a13a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,27 @@

This is a custom image built on top of Sericea-Nvidia from the [Universal-Blue](https://universal-blue.org) project.

> (Info below may not always be up-to-date)
> (Info below may not always be up-to-date or complete)
it includes some repos to pull in the following packages:

- `tailscale`
- `xwayland-satellite` (will eventually repackage myself)
- `niri` (stable)
- `nwg-look`

It has the following package overrides:
remove:

- `firefox`
- `mako` (I use dunst instead)
- `alacritty` (I use kitty instead)
- `foot` (sway leftover)
- `xarchiver` (sway leftover)

In the future it will also include my dotfiles, but I am still working on that.
Because Niri currently also doesn't support system-wide configuration, I cannot yet include a Niri Configuration into the image. Please pull it manually and move it to `$HOME/.config/niri` instead:

As for _right now_, my dotfiles can be found on the main branch of https://codeberg.org/cyrneko/dotfiles (to be updated soon)

Because Niri currently also doesn't support system-wide configuration, I cannot yet include a Niri Configuration into the image. Please pull it manually and move it to `$HOME/.config/niri` instead.
```bash
git clone --depth 1 https://codeberg.org/cyrneko/dotfiles -b main
cp -r ./dotfiles/niri ~/.config/
```
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ RELEASE="$(rpm -E %fedora)"
curl "https://pkgs.tailscale.com/stable/fedora/tailscale.repo" > /etc/yum.repos.d/tailscale.repo
curl "https://copr.fedorainfracloud.org/coprs/yalter/niri/repo/fedora-40/yalter-niri-fedora-40.repo" > /etc/yum.repos.d/yalter-niri-fedora-40.repo
curl "https://copr.fedorainfracloud.org/coprs/errornointernet/packages/repo/fedora-40/errornointernet-packages-fedora-40.repo" > /etc/yum.repos.d/errornointernet-packages-fedora-40.repo
rpm-ostree install bat eza kitty tailscale zsh niri xwayland-satellite nautilus wf-recorder
rpm-ostree override remove mako alacritty firefox firefox-langpacks
curl "https://copr.fedorainfracloud.org/coprs/tofik/nwg-shell/repo/fedora-40/tofik-nwg-shell-fedora-40.repo" > /etc/yum.repos.d/tofik-nwg-shell-fedora-40.repo
rpm-ostree install bat eza kitty tailscale zsh niri xwayland-satellite nautilus wf-recorder nwg-look
rpm-ostree override remove mako alacritty firefox firefox-langpacks foot xarchiver

mkdir git && cd git
git clone --depth 1 https://codeberg.org/cyrneko/dotfiles
Expand Down

0 comments on commit 62a13a6

Please sign in to comment.