Server = https://america.mirror.pkgbuild.com/$repo/os/$arch Server = https://asia.mirror.pkgbuild.com/$repo/os/$arch Server = https://arch.jensgutermuth.de/$repo/os/$arch Server = https://mirror.cspacehostings.com/archlinux/$repo/os/$arch Server = https://mirror.moson.org/arch/$...
Server = https://mirror.f4st.host/archlinux/$repo/os/$arch Server = https://mirror.chaoticum.net/arch/$repo/os/$arch Server = https://mirror.pseudoform.org/$repo/os/$arch Server = https://mirror.erickochen.nl/archlinux/$repo/os/$arch Server = https://mirror.cyberbits.eu/archlinux/...
pacman -S ttf-hannom noto-fonts noto-fonts-extra noto-fonts-emoji noto-fonts-cjk adobe-source-code-pro-fonts adobe-source-sans-fontsadobe-source-serif-fontsadobe-source-han-sans-cn-fontsadobe-source-han-sans-hk-fontsadobe-source-han-sans-tw-fontsadobe-source-han-serif-cn-fontswqy-zenheiwqy...
sudo vi /etc/pacman.conf 1. 在终端中打开此文件可能会无法编辑,可以在文件管理器的计算机目录中搜索pacman.conf文件然后右键以管理员身份编辑 在末尾加入下列几行 [archlinuxcn] SigLevel = Optional TrustedOnly #中科大源 Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch #清华源 Server = https:...
# pacman -S adobe-source-code-pro-fonts //adobe出品的一款很适合编程的等宽字体 安装基本的图形环境以及驱动程序: # pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils //不必完整安装xorg包组,只需安装核心组件即可! # pacman -S mesa // 添加3D支持,上一个命令会自动安装 ...
可以通过一下命令安装zsh,zsh兼容bash,可以直接更换成为默认shell。 sudo pacman -S zsh zsh-completionschsh -s /usr/bin/zsh zsh中没有太多的配置 安装图形界面# 安装xorg,提供x服务 sudo pacman -Sxorg-serversudo pacman -Sxorg-apps(可选)sudo pacman -Sxorg-xinit ...
code # vscode paru -S nutstore-experimental # 坚果云 echo " [Desktop Entry] Encoding=UTF-8 Type=Application Terminal=false #Icon= Exec=sh -c \"cd $HOME/Nutstore\ Files && code -n .\" Name=note Name[zh_CN]=note Comment=note Comment[zh_CN]=note Categories=Net;Tool; " > ~/.local...
UUID=0209-261A /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 # /dev/mmcblk0p4 UUID=9443b774-f780-4f64-befb-44babe8961c9 none swap defaults 0 0 进入新系统: ...
pacman -S xorg-server xorg-xinit dbus nvidia nvidia-prime xf86-input-evdev xf86-input-synaptics 注意:如果安装的是 long-term support 内核,这里需要安装的就不是 nvidia 而是nvidia-lts。 安装常用字体,命令如下: pacman -S ttf-dejavu ttf-bitstream-vera wqy-zenhei ttf-arphic-ukai ttf-arphic-uming ...
值得一提的是boot分区格式要设置为EFI System,可以在hex code里指定也可以在parted交互命令行中设置: 代码语言:javascript 复制 parted/dev/sda(parted)set1boot on 格式化并挂载磁盘 假设我们已经将/dev/sda分区为四部分sda1~sda4,分别对应boot,swap,/目录,home,首先格式化一般的存储目录: ...