add new modules

This commit is contained in:
Osman Faruk Bayram 2025-04-01 07:50:10 +03:00
parent 4339490e5f
commit 3225b5e94d

View file

@ -38,8 +38,10 @@
sddm-sugar-dark sddm-sugar-dark
vscode vscode
alacritty alacritty
ghostty
obsidian obsidian
mpv mpv
pomodoro-gtk
libreoffice libreoffice
gimp gimp
kitty kitty
@ -57,7 +59,6 @@
]; ];
text = '' text = ''
# check if logged in to huggingface # check if logged in to huggingface
# hugingface-cli whoami == "Not logged in" means not logged in
if [ "$(huggingface-cli whoami)" == "Not logged in" ]; then if [ "$(huggingface-cli whoami)" == "Not logged in" ]; then
echo "Please log in to huggingface" echo "Please log in to huggingface"
exit 1 exit 1