Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: ptyxis terminal script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Mar 7, 2024
1 parent df13233 commit 8c7b5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/ptyxis.nu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use lib/std.nu [ARCH]
let FEDORA_MAJOR_VERSION = (run-external --redirect-combine rpm '-E' '%fedora' | complete).stdout
const COPR_FILE = "/etc/yum.repos.d/_copr_kylegospo-prompt.repo"

http get "https://copr.fedorainfracloud.org/coprs/kylegospo/prompt/repo/fedora-($FEDORA_MAJOR_VERSION)/kylegospo-prompt-fedora-($FEDORA_MAJOR_VERSION).repo?arch=($ARCH)" | save -f $COPR_FILE
http get $"https://copr.fedorainfracloud.org/coprs/kylegospo/prompt/repo/fedora-($FEDORA_MAJOR_VERSION)/kylegospo-prompt-fedora-($FEDORA_MAJOR_VERSION).repo?arch=($ARCH)" | save -f $COPR_FILE

rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfracloud.org:kylegospo:prompt vte291 vte-profile libadwaita

Expand Down

0 comments on commit 8c7b5af

Please sign in to comment.