Skip to content

Commit c304973

Browse files
committed
updates
1 parent 51642dc commit c304973

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ else ifeq ($(DISTRO),$(filter $(DISTRO), alpine postmarketos))
113113
sudo apk update
114114
sudo apk upgrade
115115
#core
116-
${APK} build-base bash fzf gnupg htop lm_sensors lshw neovim openssh openssl readline starship doas doas-sudo-shim tmux tree zip zsh pass docs rsync rclone pciutils
116+
${APK} build-base bash fzf gnupg htop lm_sensors lshw neovim openssh openssl readline starship doas doas-sudo-shim tmux tree zip zsh pass docs rsync rclone pciutils pcsc-lite-libs
117117
#vcs
118118
${APK} git tig github-cli hut
119119
#networking
@@ -140,7 +140,7 @@ ifeq ($(DESKTOP),1)
140140
#icons & themes
141141
${APK} breeze-icons
142142
#containers
143-
${APK} cargo go nodejs npm
143+
${APK} cargo go nodejs npm zig
144144
#browser
145145
${APK} firefox
146146
#IME & languages
@@ -159,6 +159,8 @@ ifeq ($(FULLDESKTOP),1)
159159
${APK} nfs-utils
160160
#multimedia
161161
${APK} gimp inkscape krita calibre kdenlive obs-studio
162+
#dev
163+
${APK} python3-dev pcsc-lite-dev
162164
#containers
163165
${APK} podman podman-compose podman-zsh-completion flatpak
164166
#libreoffice

starship.toml

+2-16
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,6 @@ format = "[$ssh_symbol$hostname]($style) "
511511
style = "blue"
512512
disabled = false
513513

514-
[hostname.aliases]
515-
516514
[java]
517515
disabled = false
518516
format = "[$symbol]($style)"
@@ -583,7 +581,6 @@ disabled = true
583581
detect_extensions = []
584582
detect_files = []
585583
detect_folders = []
586-
detect_env_vars = []
587584
contexts = []
588585

589586
[kubernetes.context_aliases]
@@ -625,18 +622,6 @@ symbol = "⬢ "
625622
style = "blue bold"
626623
disabled = false
627624

628-
[mojo]
629-
format = "with [$symbol($version )]($style)"
630-
symbol = "🔥 "
631-
style = "bold 208"
632-
disabled = false
633-
detect_extensions = [
634-
"mojo",
635-
"🔥",
636-
]
637-
detect_files = []
638-
detect_folders = []
639-
640625
[nats]
641626
format = "[$symbol($name )]($style)"
642627
symbol = "✉️ "
@@ -897,7 +882,8 @@ detect_files = [
897882
"pixi.toml",
898883
]
899884
detect_folders = []
900-
detect_env_vars = ["VIRTUAL_ENV"]
885+
#TODO: re-enable once all starships support it?
886+
#detect_env_vars = ["VIRTUAL_ENV"]
901887

902888
[quarto]
903889
format = "via [$symbol($version )]($style)"

0 commit comments

Comments
 (0)