-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jorge O. Castro <[email protected]> Co-authored-by: bobslept <[email protected]>
- Loading branch information
1 parent
8d9ff43
commit 5bb88e4
Showing
3 changed files
with
11 additions
and
3 deletions.
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
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 |
---|---|---|
|
@@ -155,6 +155,7 @@ podmansh: | |
podman pull ghcr.io/ublue-os/ubuntu-toolbox:latest | ||
|
||
systemctl --user daemon-reload | ||
systemctl --user stop podmansh.service | ||
systemctl --user start podmansh.service | ||
echo "Shell now switched to podmansh. Spawn a new terminal to get going!" | ||
echo "By default, the shell will be Bash. To override it, create ~/.profile with your preferred shell" | ||
|
@@ -169,7 +170,6 @@ podmansh-switch IMAGE: | |
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] | ||
|
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