sudo pacman -S archlinuxcn-keyring 2. 配置aur# 安装yay Copy sudo pacman -S yay 修改aururl Copy yay --aururl"https://aur.tuna.tsinghua.edu.cn"--save 3. 更换shell为zsh# Copy chsh -s /bin/zsh 重启即可生效 4. 安装oh-my-zsh及插件# 先确保git,wget, curl已经安装 Copy sudo pacman-...
如果安装失败或安装慢,可以选择安装haveged 安装have ged pacman-Syu haveged systemctl start haveged systemctl enable haveged rm-fr/etc/pacman.d/gnupg pacman-key--init pacman-key--populate archlinux pacman-key--populate archlinuxcn pacman-Syy 驱动 安装驱动 显卡驱动 pacman-Sxf86-video-intel//In...
首先安装官方源的 zsh sudo pacman -S zsh 安装 wget 和 git sudo pacman -S wget 获取 oh-my-zsh 安装脚本,如果打死都获取不来,直接把 [tools/install.sh](ohmyzsh/install.sh at master · ohmyzsh/ohmyzsh (github.com)) 内容复制,并新建一个 install.sh 文件,粘贴内容 wget https://github....
Install the build requirements withpacman -Sy; pacman -S git python-pip gcc pkgconf(note that this may or may not work depending on your RAM and current state of the squashfs maximum filesystem free space) Uninstall the previous version of archinstall withpip uninstall --break-system-package...
pacman -S xf86-video-intel vulkan-intel mesa alsa alsa-utils pulseaudio pulseaudio-bluetooth cups pacman -S noto-fonts noto-fonts-extra noto-fonts-emoji noto-fonts-cjk adobe-source-code-pro-fonts adobe-source-sans-fonts adobe-source-serif-fonts adobe-source-han-sans-cn-fonts adobe-source-han...
# 识别NTFS格式的硬盘sudo pacman -S --noconfirm ntfs-3g# 安装几个开源中文字体 一般装上文泉驿就能解决大多wine应用中文方块的问题sudo pacman -S --noconfirm adobe-source-han-serif-cn-fonts wqy-zenhei# 安装谷歌开源字体及表情sudo pacman -S --noconfirm noto-fonts noto-fonts-cjk noto-fonts-emo...
pacman -S --needed vim sudo wget man 配置Systemd # 启用 systemdecho-e"[boot]\nsystemd=true"|sudo tee -a /etc/wsl.conf# 关闭 wsl 使 systemd 生效wsl --shutdown# 校验 systemd 是否启动成功ps --no-headers -o comm1 随着ArchLinux 的升级,WSL 中附带的 Systemd 已不再完全兼容(2024/4/6)...
shellCopy codesudo hwclock --systohc --utc 5. 安装中文字体 如果您需要在终端或图形界面中显示中文字符,您需要安装适当的中文字体。您可以使用以下命令安装一些常用的中文字体:sudo pacman -S adobe-source-han-sans-cn-fonts 6. 配置输入法 如果您希望输入中文字符,可以安装和配置一个中文输入法。Fcitx 和...
sudo pacman -S ttf-firacode-nerd 可设置 Fira Code Nerd Font 为终端字体。 三、shell sudo pacman -S zoxide fzf zoxide:智能cd,fzf:模糊查找。 (一)fish fish shellfishshell.com/ sudo pacman -S fish 配置文件在~/.config/fish/config.fish zoxide init fish | source fzf --fish | sourc...
pacman -S ttf-dejavu ttf-droid ttf-hack ttf-font-awesome otf-font-awesome ttf-lato ttf-liberation ttf-linux-libertine ttf-opensans ttf-roboto ttf-ubuntu-font-family 1. 中文字体 pacman -S ttf-hannom noto-fonts noto-fonts-extra noto-fonts-emoji noto-fonts-cjk adobe-source-code-pro-fonts...