Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions install/config/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ run_logged $OMARCHY_INSTALL/config/mise-work.sh
run_logged $OMARCHY_INSTALL/config/fix-powerprofilesctl-shebang.sh
run_logged $OMARCHY_INSTALL/config/docker.sh
run_logged $OMARCHY_INSTALL/config/mimetypes.sh
run_logged $OMARCHY_INSTALL/config/nautilus-open-any-terminal.sh
run_logged $OMARCHY_INSTALL/config/nautilus-python.sh
run_logged $OMARCHY_INSTALL/config/localdb.sh
run_logged $OMARCHY_INSTALL/config/walker-elephant.sh
Expand Down
2 changes: 2 additions & 0 deletions install/config/nautilus-open-any-terminal.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal terminal custom
gsettings set com.github.stunkymonkey.nautilus-open-any-terminal custom-local-command 'sh -c '\''[[ "$(xdg-terminal-exec --print-id)" = com.mitchellh.ghostty.desktop ]] && exec uwsm-app -- ghostty --gtk-single-instance=false --working-directory="$1" || exec uwsm-app -- xdg-terminal-exec --dir="$1"'\'' sh "%s"'
1 change: 1 addition & 0 deletions install/omarchy-base.packages
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ mariadb-libs
mise
mpv
nautilus
nautilus-open-any-terminal
nautilus-python
gnome-disk-utility
noto-fonts
Expand Down
5 changes: 5 additions & 0 deletions migrations/1776558973.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
echo "Install nautilus-open-any-terminal"

omarchy-pkg-add nautilus-open-any-terminal

source $OMARCHY_PATH/install/config/nautilus-open-any-terminal.sh