Skip to content

Commit

Permalink
Merge branch 'main' into more-packages-zelij
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 authored Feb 23, 2024
2 parents 082fcb1 + ebc2d09 commit 82e1168
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,21 @@ Links: {[Distrobox install]} {[Toolbx install]}

```bash
## Create a container with any rusty-pets oxidised image (only need to do this once)
distrobox create --image ghcr.io/nain-f49ff806/rusty-pets/fedora-oxidized.toolbox:latest --name fedoraX-39
distrobox create --image ghcr.io/nain-f49ff806/rusty-pets/fedora-oxidized.toolbox:latest --name fedoraX

## Enter the created container (whenever you please)
distrobox enter fedoraX-39
distrobox enter fedoraX
```

You can also assign custom home directory for your pets, to keep separate dotfiles.

```bash
## Create a rusty-pets distrobox with separate home
mkdir -p ~/Distroboxes/archX
distrobox create --home ~/Distroboxes/archX --name archX --image ghcr.io/nain-f49ff806/rusty-pets/arch-oxidized.toolbox:latest

## Enter the created container (whenever you please)
distrobox enter archX2
```


Expand Down Expand Up @@ -116,6 +127,10 @@ distrobox enter fedoraX-39
- [ ] Helix editor [[Issue](https://github.com/helix-editor/helix/issues/42)]
- [x] Rage
- [x] Zellij
- [ ] tealdeer/tlrc (prefer distro package for autocompletions)
- [ ] procs
- [ ] rust uutils?
- [ ] navi?
- [ ] ?
- [ ] More aliases
- [x] time?
Expand Down

0 comments on commit 82e1168

Please sign in to comment.