Manjaro 常用软件及设置

Manjaro 常用软件及设置

Manjaro Linux是基于Arch Linux 的 Linux 发行版,使用 Xfce 和 KDE Plasma 作为默认桌面环境,和 Arch 一样,采用滚动更新。其目标是为PC 提供易于使用的自由的操作系统

一、设置更新源

在 终端 执行下面的命令从官方的源列表中对中国源进行测速和设置

1
sudo pacman-mirrors -gb testing -c China

加Arch Linux CN源

在 /etc/pacman.conf 文件末尾添加两行:

1
2
[archlinuxcn]
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch

安装aria2并加速源下载

1.首先在终端中执行下面的命令安装aria2

1
sudo pacman -S aria2

2.修改/etc/pacman.conf,在 [option] 增加或修改为下面的内容:

1
XferCommand = /usr/bin/aria2c --allow-overwrite=true -c --file-allocation=falloc --log-level=error -m2 --max-connection-per-server=5 --max-file-not-found=5 --min-split-size=5M --no-conf --remote-time=true --summary-interval=60 -t10 -d / -o %o %u

二、系统设置

更新系统

1
sudo pacman -Syyu

安装中文输入法

安装fcitx框架

1
sudo pacman -S --noconfirm fcitx-im kcm-fcitx fcitx-sogoupinyin

配置 ~/.xprofile 文件使输入法可以在kde的窗口中输入

1
sudo echo -e "export GTK_IM_MODULE=fcitx\nexport QT_IM_MODULE=fcitx\nexport XMODIFIERS=@im=fcitx">>~/.xprofile

三、常用设置

登录后开启数字锁

1
yaourt -S --noconfirm systemd-numlockontty&&sudo systemctl enable numLockOnTty.service

四、常用软件

Yaourt

Yaourt可用于查找软件包(包括[core] [extra] [community] AUR的软件包,pacman只能查找非AUR的软件包)。

1
sudo pacman -S --noconfirm yaourt

日常软件

netease-cloud-music 网易云音乐;
smplayer 视频播放器;
google-chrome 谷歌浏览器;
notepadqq 像notepad++文本编辑;
sublime-text-dev-zh-cn 强大的开发必备文本编辑器;(有能力采用付费许可证)
masterpdfeditor 对linux用户免费的PDF浏览及编辑器,支持实时预览;
remarkable 卓越且功能齐全的 Markdown 编辑器;
uget 媲美迅雷的下载工具;
filezilla 强大的FTP工具;
shadowsocks-qt5 翻墙工具,配合浏览器插件SwitchyOmega使用;
deepin-screenshot 深度截图工具;
shutter 强大的截图工具,gnome-web-photo配合使用;
variety 随即更换壁纸的应用;
ccal 终端农历日历,终端启动ccal;
1
yaourt -Sy --noconfirm netease-cloud-music smplayer smplayer-skins smplayer-themes google-chrome sublime-text-dev-zh-cn masterpdfeditor remarkable uget filezilla shadowsocks-qt5 deepin-screenshot shutter

Xmind

1
yaourt -Sy --noconfirm xmind  #需要网络

Fish

安装Fish

1
sudo pacman -S fish

更换默认的shell

1
chsh -s /usr/bin/fish

Git

1
sudo pacman -S git
#

评论

`
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×