mirror of
https://github.com/danielepintore/os-configurer.git
synced 2026-06-15 20:25:13 +02:00
14 lines
792 B
Bash
Executable File
14 lines
792 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# This script must run after 06-new-dotfiles since it uses web2app script that
|
|
# is present in my dotfiles
|
|
|
|
# since zsh is still not configured here we need to load the functions
|
|
source ~/.config/zsh/functions
|
|
|
|
web2app "WhatsApp" https://web.whatsapp.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/whatsapp.png
|
|
web2app "YouTube" https://youtube.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png
|
|
web2app "GitHub" https://github.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png
|
|
web2app "ChatGPT" https://chatgpt.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/chatgpt.png
|
|
web2app "Notion" https://notion.so https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/notion.png
|