Skip to content
Open
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
6 changes: 3 additions & 3 deletions installer/internal/tui/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ func stepInstallShell(m *Model) error {
result := installPlatformPackages(m, stepID, platformPackages{
Termux: "fish starship zoxide",
Brew: "fish carapace zoxide atuin starship",
Arch: "fish carapace zoxide atuin starship",
Arch: "fish zoxide atuin starship",
Fedora: "fish carapace zoxide atuin starship",
Debian: "fish zoxide starship",
}, func(line string) {
Expand Down Expand Up @@ -772,7 +772,7 @@ func stepInstallShell(m *Model) error {
result := installPlatformPackages(m, stepID, platformPackages{
Termux: "zsh starship zoxide",
Brew: "zsh carapace zoxide atuin zsh-autosuggestions zsh-syntax-highlighting zsh-autocomplete powerlevel10k",
Arch: "zsh carapace zoxide atuin zsh-autosuggestions zsh-syntax-highlighting zsh-autocomplete zsh-theme-powerlevel10k",
Arch: "zsh zoxide atuin zsh-autosuggestions zsh-syntax-highlighting zsh-autocomplete zsh-theme-powerlevel10k",
Fedora: "zsh carapace zoxide atuin zsh-autosuggestions zsh-syntax-highlighting starship",
Debian: "zsh zoxide starship zsh-autosuggestions zsh-syntax-highlighting",
}, func(line string) {
Expand Down Expand Up @@ -828,7 +828,7 @@ func stepInstallShell(m *Model) error {
result := installPlatformPackages(m, stepID, platformPackages{
Termux: "nushell starship zoxide jq",
Brew: "nushell carapace zoxide atuin jq bash starship",
Arch: "nushell carapace zoxide atuin jq bash starship",
Arch: "nushell zoxide atuin jq bash starship",
Fedora: "nushell carapace zoxide atuin jq bash starship",
Debian: "nushell zoxide jq bash starship",
}, func(line string) {
Expand Down