周凯,个人博客

  • 前端
  • 嵌入式
  • 工具
  • 后端
  • 随笔
个人记录
  1. 首页
  2. linux
  3. 正文

manjaro 安装完成配置

2024年 3月 3日 1009点热度 0人点赞 0条评论

系统配置

  • ~/.vimrc配置

    :filetype plugin on
    :syntax on
    set spell
    set mouse=""
    set incsearch
    set hlsearch
  • archlinuxcn

    • Arch Linux CN 源使用帮助
    • 编辑
    kate /etc/pacman.conf
    • 添加以下内容
    [archlinuxcn]
    Server = https://mirrors.bfsu.edu.cn/archlinuxcn/$arch
    Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
    Server = https://mirrors.sjtug.sjtu.edu.cn/manjaro/stable/$repo/$arch
    • 更新
    sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
  • 配置镜像源

    sudo pacman-mirrors -c China -i -m rank

    命令执行后会弹出一个 UI 框来让你选择,默认速度最快的排在第一个(这里选择清华大学tsinghua的源),然后点击“OK”,再次单击“确定”即可选择好最快的源。

软件安装

  • yay base-devvel

    1. sudo pacman -S base-devel yay
  • Edge安装

    • yay -S microsoft-edge-dev-bin
  • 微信

    • yay -S deepin-wine-wechat
  • chorme

    • yay -S google-chrome
  • timeshift

    • yay -S timeshift
  • qq

    • yay -S linuxqq
  • vscode

    • yay -S visual-studio-code-bin
  • 火焰截图

    • yay -S flameshot
  • git工具

    • yay -S smartgit
  • 微信

    sudo pacman -S wine-for-wechat
    yay -S com.qq.weixin.spark
  • v2ray

    • 快速上手
    • gfwlist
    yay -S v2ray v2raya
    
    sudo systemctl start v2raya.service #启动 v2rayA
    sudo systemctl enable v2raya.service 设置开机自动启动
    
    # 访问
    http://localhost:2017/
  • 迅雷

    • yay -S xunlei-bin
  • 终端

    • 终端变色 yay -S lolcat
  • xmind

    • yay -S xmind
  • 福昕pdf阅读器

    • yay -S foxitreader
  • 百度云

    • yay -S baidunetdisk-bin
  • 网易云音乐

    • yay -S netease-cloud-music
  • 安装wps

    • sudo pacman -S wps-office
      sudo pacman -S ttf-wps-fonts
  • postman

    • pacman -S postman-bin
  • 微信开发者工具 wechat-devtools

    • wechat-devtools

    • 如果淘宝镜像源无法下载

    • 修改~/.cache/yay/wechat-devtools

    • 编辑 vim PKGBUILD,把淘宝镜像源的https修改为http

    • 执行 makepkg打包

    • 需要本机安装python环境 3.10

  • docker

    • 安装docker
    sudo pacman -S docker
    • 启动
    sudo systemctl start docker.service
    • docker守护进程
    sudo systemctl enable docker.service
    • 避免每次使用sudo,将用户添加到doker组
     sudo gpasswd -a test docker
    • 执行 id

    • 查看当前用户是否加入了docker组

    • 必须注销(或关闭终端)并重新登录才能使上述更改生效。如果你不想这样做,请使用以下命令:

    newgrp docker
    • 验证
    docker run hello-world
  • docker-compose安装

    sudo pacman -S docker-compose
  • manjaro 显卡配置,安装、删除

    • 配置显卡 - Manjaro
  • GPU切换

    • bayasdev/envycontrol:Linux 下 Nvidia Optimus 笔记本电脑的 GPU 切换简单 (github.com)
  • manjaro install fcitx5

    • Manjaro安装Fcitx5中文输入法

    • 自动配置fcitx5的配置

    • manjaro-asian-input-support-fcitx5

🎯 拓展阅读提示

本文涉及的内容已同步至公众号后台,我会在那里分享更多深度内容和实用技巧

→ 点击关注:一行梦境

公众号二维码
本作品采用 知识共享署名 4.0 国际许可协议 进行许可
标签: 暂无
最后更新:2024年 3月 3日

周凯

这个人很懒,什么都没留下

打赏 点赞
< 上一篇
下一篇 >

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

COPYRIGHT © 2022-现在 周凯,个人博客. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

蒙ICP备18004897号