forked from ublue-os/bluefin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update just descriptions (ublue-os#417)
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,7 +147,7 @@ nix-devbox-global: | |
echo 'run "devbox global run install-zsh-hook" to configure zsh shell' | ||
echo 'run "devbox global run" to see other available configuration commands' | ||
|
||
# Install better touch-friendly GNOME extensions | ||
# Enable podmansh as user shell (EXPERIMENTAL) | ||
podmansh: | ||
sudo mkdir -p /etc/containers/systemd/users/${UID} | ||
sudo cp /usr/share/ublue-os/quadlets/podmansh.container /etc/containers/systemd/users/${UID}/podmansh.container | ||
|
@@ -160,13 +160,16 @@ podmansh: | |
echo "By default, the shell will be Bash. To override it, create ~/.profile with your preferred shell" | ||
echo "Note: That shell must exist in the toolbox!" | ||
|
||
# Switch podmansh to another image (EXPERIMENTAL) | ||
podmansh-switch IMAGE: | ||
sudo sed -i "/Image\=.*$/c Image\={{IMAGE}}" /etc/containers/systemd/users/${UID}/podmansh.container | ||
podman pull {{IMAGE}} | ||
podman rm -f podmansh | ||
systemctl --user daemon-reload | ||
systemctl --user start podmansh.service | ||
echo "Image now switched to {{IMAGE}}" | ||
|
||
# Install better touch-friendly GNOME extensions | ||
touch: | ||
pip install --upgrade gnome-extensions-cli | ||
gext install [email protected] | ||
|