栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

ubuntu albert 安装

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

ubuntu albert 安装

Full example for Ubuntu 20.04
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -
echo 'deb http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:manuelschneid3r.list
sudo wget -nv https://download.opensuse.org/repositories/home:manuelschneid3r/xUbuntu_20.04/Release.key -O "/etc/apt/trusted.gpg.d/home:manuelschneid3r.asc"
sudo apt update
sudo apt install albert
albert配置文件目录
~/.config/albert

# websearch 配置文件
cat ~/.config/albert/org.albert.extension.websearch/engines.json
[
    {
        "iconPath": "~/.config/albert/org.albert.extension.websearch/{91d1dbc6-63fb-46b8-a323-afaf3699b4c2}.",
        "name": "百度",
        "trigger": "bd",
        "url": "https://www.baidu.com/s?wd=%s"
    },
    {
        "iconPath": ":youtube",
        "name": "Youtube",
        "trigger": "yt ",
        "url": "https://www.youtube.com/results?search_query=%s"
    },
    {
        "iconPath": ":github",
        "name": "GitHub",
        "trigger": "gh ",
        "url": "https://github.com/search?utf8=✓&q=%s"
    }
]
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/291778.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号