Manjaro安装后你需要这样做

Manjaro linux 简单配置

1. Mirror Source

1.1 配置官方源

sudo pacman-mirrors -i -c China -m rank //排列并选择源

1.2 配置AUR源
  1. 修改 /etc/pacman.conf -> 末尾添加
[archlinuxcn]
# SigLevel = Optional TrustedOnly
SigLevel = Never
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch

[arch4edu]
SigLevel = Never
Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
  1. sudo pacman-mirrors -g //更新并选择最快的源列表
  2. sudo pacman -Syy //更新数据源
  3. pacman -S archlinux-keying //更新archlinux签名

1.3 配置AUR源、使用yaourt

  1. sudo pacman -S yaourt //yaourt aur前端工具/用于软件安装
  2. 修改/etc/yaourtrc //去除 #AURURL 注释
AURURL=“https://aur.tuna.tsinghua.edu.cn”  
  1. sudo pacman -Syyu //更新系统
1.3 Yay
  1. sudo pacman -S yay //yay aur前端工具
  2. yay -S vim 安装VIM文本编辑器、vi用不习惯
  3. 使用yay 更改pacman配置/etc/pacman.conf 打开Color
    • 搜索:yay -Ss
    • 安装: yay -S

2. SoftWare

软件安装方式: yay -S software

软件搜索方式: yay -Ss software

常用软件
wps-officetyporavisual-studio-code-bin
netease-cloud-musicchromiumdeadbeef
thunderbirdvlc
fcitx-imfcitx-configtoolfcitx-libpinyin
fcitx-cloudpinyin
图形
kritapintagimp
cheesepeek录屏SimpleScreenRecorder录屏
hotshots截图
解码器
flashpluginpepper-flashFFmpeggstreamer
字体
wqy-microheiwqy-zenheittf-wps-fonts
adobe-source-code-pro-fontsadobe-source-sans-pro-fontsadobe-source-serif-pro-fonts
adobe-source-han-sans-cn-fontsadobe-source-han-serif-cn-fonts
图标与主题
numix-circle-icon-themepapirus-icon-themela-capitaine-icon-theme
arc-kdearc-gtk-theme
sddm-theme-kde-plasma-chili
工具
calibrei-nexteamviewer
redshift护眼软件redshift-qtpandoc
myclibash-completion
rar rar -x filerdesktopnutstore 坚果云
htop进程管理bleachbit 磁盘清理gpick取色工具
neofetch 查配置uget
KDE软件
ktouchkgeographyumbrello
kblockskollisionimagewriter
KDE部件
Redshift-Control控制屏幕色温
颜色拾取器取色
Netspeed Widget显示网速
Resource Monitor显示CPU和内存使用情况
备选软件
foxitreaderelectronic-wechatdingtalk
p7zipwiznoteleanote
deepin-wine-timdeepin-qq-imdeepin-screenshot
deepin-screenshotdeepin-screen-recorderdeepin-voice-recorder
deepin-image-viewerdeepin-musicdeepin-calendar
deepin-calculatorfcitx-sougoupinyindeepin-wechat
deepin-wine-thunderspeed
新软件test
scribus出版物设计软件(设计杂志、海报、演示稿件等等)
mockingbot墨刀 原型设计工具
pencil设计稿制作(web页面、桌面程序界面、移动应用界面……)
dia示意图制作(丰富的类型:流程图、UML、气象、地理、工程……)
vym/xmind思维图
pycharm-community-edition

3. Proglem

3.1 WPS 无法输入中文
1. sudo vim /usr/bin/wps
    # 添加在第二行
    export XMODIFIERS="@im=fcitx"
    export QT_IM_MODULE="fcitx"

2. sudo vim /usr/bin/et
    # 添加在第二行
    export XMODIFIERS="@im=fcitx"
    export QT_IM_MODULE="fcitx"
3.2 Fcitx无法输出中文
1. sudo vim /etc/environment
2. GTK_IM_MODULE=fcitx
   QT_IM_MODULE=fcitx
   XMODIFIERS=fcitx
3.3 Rdesktop
  • 连接windwos远程桌面

  • 基本参数

    -f 全屏模式 _Ctrl+Alt+Enter_退出全屏

    -g 显示的分辨率 -g workarea 自适应 sound:on/off

  • 使用方法

    rdesktop -f 192.168.1.1

    rdesktop -f -u administrator -p xxxx 192.168.1.1 -g 1400*900

3.4 VirtualBox
  1. sudo pacman -S virtualbox
  2. uname -r eg: 4.14.25-1-MANJARO 内核版本为414
  3. 扩展包 sudo pacman -S virtualbox-ext-oracle
  4. 添加用户到vboxusers组 sudo usermod -a -G vboxusers $YourUsername
  5. 重启或执行sudo modrobe vboxdrv????
3.5 Oh-my-zsh
  1. 查看本地有哪几种shell cat /etc/shells
  2. 切换到zsh chsh -s /bin/zsh
  3. 安装 oh-my-zsh的配置文件
via wget
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
**或者**
via curl
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  1. 更改konsole配置 关闭打开终端
3.6 You-get
  • yay -S you-get
  1. sudo pip3 install you-get --user

  2. pip3 install --upgrade you-get

  3. you-get -i 'https://www.xxx' 查看视频相关信息

    you-get -o ~/video -O name 'https://www.xxx' 指定下载地址和名称

    you-get -p vlc&chromium 'https://www.xxx' 通过播放器/浏览器播放

  4. you-get 'https://www.xxx' 下载视频

3.7 中文汉化
sudo pacman -S --noconfirm firefox-i18n-zh-cn thunderbird-i18n-zh-cn gimp-help-zh_cn libreoffice-still-zh-CN man-pages-zh_cn

Firefox汉化

  1. 输入 about:config
  2. 搜索 intl.locale.requested
  3. zh_CN

4. KDE

4.1 个性化

应用程序 ➡ 位置 ➡ 更换个人文件位置 ➡ 改英文名 //方便使用
desktop / document / download / movie / music / picture

4.2 外观
  1. 字体 ➡ 思源黑体
    常规 ➡13 小字 ➡11 工具栏和菜单 ➡13 窗口标题 ➡14

    等宽字 Source Code Pro Medium ➡13

  2. 图标主题 ➡ epapirus numix circle

  3. 标题栏样式: Breezemite BreezemiteForman

  4. 应用程序风格 ➡ Gnome风格 ➡ 更换图标与字体 思源黑体 13

4.3 HotKey
  1. 系统设置 ➡ 快捷键 ➡ 自定义快捷键 ➡ 编辑
  2. 新建 ➡ 全局快捷键 ➡ 命令/url ➡ 编辑名字 ➡ 右边窗口 ➡ 触发器 ➡ 设置快捷键 ➡ 动作 软件名称
  3. 自定义快捷键 Eg: dolphin Meta+e ...
  • 添加KWin快捷键
    • Meta Shift PgUp 窗口铺至左上方
    • Meta Shift PgDown 窗口铺至右上方
    • Meta Shift Left 窗口铺至左下方
    • Meta Shift Rigth 窗口铺至右下方
    • Meta F1 更改窗口大小
    • Meta F2 移动窗口
4.4 KDE 全局菜单1
  1. 右键桌面 - 添加部件 - 全局菜单

  2. 安装一堆包

    yay -S appmenu-gtk-module gmenu-dbusmenu-proxy-git libdbusmenu-glib libdbusmenu-gtk2 libdbusmenu-gtk
  3. 适配 Firefox 和 LibreOffice

    .xprofile 中加入下面这一行:

export SAL_USE_VCLPLUGIN=gtk

转载于:https://www.cnblogs.com/haohao77/p/9034499.html

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值