Manjaro安装保姆级教程

优点说明

Manjaro首先是一个基于Archlinux的开箱即用的桌面发行版本,与Archlinux相同,支持滚动更新,同时也支持Aur包的安装,其社区Wiki较为完备,各个软件更新迅速,是比较适合个人使用的一个Linux发行版本。

为何要使用Linux?

Windows系统的软件碎片化比较严重,许多软件都需要自行去寻找下载,而对于编程环境来说,官方下载源均在国外,使用软件自带的自动更新速度很慢,第三方软件下载站软件一般更新滞后,同时也有风险。

而Mac os虽然易于使用,但是Apple销售的机型价格普遍较高,同时性能较为拉胯。而使用黑苹果的话,系统更新以及驱动支持一直都是个让人烦恼的问题。

同时Linux也是最适合U盘携带的系统,即插即用,自带全部开源驱动。无论是哪台电脑,插上U盘,就可以变为你的私人系统。相比较Windows系统,具有更稳定,更轻巧的优点。

安装教程

换源

sudo pacman-mirrors -i -c China -m rank #选择中科大源
sudo pacman -Syyu

sudo pacman -S vim #安装VIM

sudo vim /etc/pacman.conf

#在末尾追加以下内容
[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = https://mirrors.sjtug.sjtu.edu.cn/archlinux-cn/$arch

sudo pacman -Syy archlinuxcn-keyring && sudo pacman -Syy base-devel
sudo pacman -S google-chrome && sudo pacman -R firefox

安装输入法

sudo pacman -S fcitx5 fcitx5-chinese-addons fcitx5-qt kcm-fcitx5 fcitx5-im fcitx5-pinyin-zhwiki
vim ~/.xprofile # 添加以下内容
#fcitx
export GTK_IM_MODULE=fcitx5
export QT_IM_MODULE=fcitx5
export XMODIFIERS=@im=fcitx5

reboot #重启电脑

#添加主题
sudo pacman -S fcitx5-material-color
vim ~/.config/fcitx5/conf/classicui.conf

#添加以下内容
# 垂直候选列表
Vertical Candidate List=False
# 按屏幕 DPI 使用
PerScreenDPI=True
# Font (设置成你喜欢的字体)
Font="思源黑体 CN Medium 13"
# 主题
Theme=Material-Color-Pink

#完成后重启

使用zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

美化

字体

sudo pacman -S ttf-roboto noto-fonts noto-fonts-cjk adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts ttf-dejavu

##windows字体安装
git clone https://gitee.com/atomlong/ttf-ms-win10
cd ttf-ms-win10 
makepkg -is

主题安装

sudo pacman -S yay
sudo pacman -S papirus-icon-theme #安装图标
yay -S ocs-url

Sweet Sweet Mars

常用软件安装

sudo pacman -S  gimp telegram-desktop clash mpv thunderbird birdtray latte-dock

yay -S deepin-wine-qq deepin-wine-wechat #使用方法见https://github.com/countstarlight/deepin-wine-wechat-arch
最后修改:2021 年 01 月 12 日
如果觉得我的文章对你有用,请随意赞赏