Skip to content

Commit

Permalink
feat: nautilus-open-any-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Dec 25, 2023
1 parent 606dc9e commit d7a116f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ modules:

- type: script
scripts:
# this sets up the proper policy & signing files for signed images to work
- nautilus-open-any-terminal.sh
- rescrobbled.sh
- signing.sh
- signing.sh # this sets up the proper policy & signing files for signed images to work

- type: systemd
system:
Expand Down
12 changes: 12 additions & 0 deletions config/scripts/nautilus-open-any-terminal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

set -oue pipefail

echo "Installing nautilus-python"
rpm-ostree install nautilus-python

echo "Installing nautilus-open-any-terminal"
pip install nautilus-open-any-terminal

echo "Setting default terminal to kitty"
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal terminal kitty

0 comments on commit d7a116f

Please sign in to comment.