设置Fira Code Nerd Font为终端字体 (三)配置~/.zshrc 添加以下内容 zstyle ':completion:*' menu select zstyle ':completion::complete:*' gain-privileges 1 autoload -Uz up-line-or-beginning-search down-line-or-beginning-search zle -N up-line-or-beginning-search zle -N down-line-or-beginning...
WINEPREFIX=your-prefix setup_vkd3d_proton install 将your-prefix改为WINEPREFIX地址,默认WINEPREFIX地址为~/.wine 对DirectX 9、10 和 11游戏,在AUR源安装dxvk-bin或dxvk-mingw(需编译) WINEPREFIX=your-prefix setup_dxvk install 将your-prefix改为WINEPREFIX地址,默认WINEPREFIX地址为~/.wine 2024-4-14第5,...
User account: dong_fang_yao add完user记得superuser要选yes, 默认是no Profile: desktop-gnome Select a graphics driver or leave blank to install all open-source drivers : All open-source (默认) 或 Nvidia (proprietary) 或 AMD / ATI (open-source) Audio: None 不用选就行 Kernels: ['linux']...
Install the linux-rt-lts kernel (plus headers). Install the linux-zen kernel (plus headers). Install general command line utilities in utils.list. Install tlp for power management and xorg-xbacklight for screen brightness. Install Plymouth splash screen. Install zsh, fish-like plugins, nerd f...
sudo pacman -S zsh zsh-completions chsh -s /usr/bin/zsh # sudo reboot sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # Install ohmyzsh yay -S nerd-fonts-fira-code # Set this as the monospace font in System Settings yay -S zsh-theme-po...
## 1.8 install the operating system and linux kernel enable parallel downloads for pacman `vim /etc/pacman.conf` uncomment `#ParallelDownloads = 5`add a mirrorlist `vim /etc/pacman.d/mirrorlist` add on top `Server = https://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch`install packages...
Arch Linux 安装配置记录 本文记录了 Arch Linux 和 Windows 11 双系统安装和基本配置的流程。 硬件:Intel CPU,Nvidia GPU,双硬盘(nvme0n1 & nvme1n1); 软件:Windows 11(安装在 nvme0n1 上),启动类型为 UEFI; 目标:将 Arch Linux 安装在 nvme1n1 上,开机时通过 GRUB 引导选择启动系统。
文章标签 ARCH库怎么安装 python linux Server ci 文章分类 Python 后端开发 系统安装 一、下载与制作 U 盘启动盘、启动到 Live 镜像 这一步的详细操作略过不写,因为下载很简单,制作也就是一个 rufus 小工具或者一个 DD 命令的事,启动项目选择与关闭安全启动相信很多人都会。如若不然,敬请谷歌。 官方镜像地址:...
结合windows terminal与wsl2,可以很好地将 linux 开发环境结合到 win 平台下,再加上Arch的加持,简直爽到炸裂。 总的思路是首先在 win 中安装windows terminal,并开启wsl2,然后安装arch,设置X server,最后就是happy coding。 Windows Terminal 在微软商店中搜索下载即可,可稍作修改,参考Windows Terminal ...
yum install net-tools 1. 现在,你就可以像以往一样使用ifconfig命令了。 ifconfig -a 1. 输出样例: lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 0 (Local Loopback) ...