Skip to content

Commit

Permalink
fix: try different type of nauttermext install?
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Dec 25, 2023
1 parent d7a116f commit 53ed916
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/scripts/nautilus-open-any-terminal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ echo "Installing nautilus-python"
rpm-ostree install nautilus-python

echo "Installing nautilus-open-any-terminal"
pip install nautilus-open-any-terminal
cd /tmp/
git clone https://github.com/Stunkymonkey/nautilus-open-any-terminal.git
cd nautilus-open-any-terminal
./tools/update-extension-system.sh install

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

0 comments on commit 53ed916

Please sign in to comment.