接着上文, 记录一些常用的CLI工具

首先装sudo并新建用户

pacman -S sudo 
useradd -m -g wheel origami

安装一堆工具

pacman -S base-devel git cmake

装个v2ray并启动, ss实在太容易被ban了. proxychains可以通过替换动态链接库的方法来强迫某个命令行应用走代理, 也一并装上. 装完之后可以在/etc/proxychains.conf中配置, 一般把最底下改改就好.

注意每次改完v2ray配置文件之后都要reenable+restart.

pacman -S v2ray proxychains
systemctl enable v2ray
systemctl start v2ray

然后使用pikaur管理AUR, 因为它适配pacman的语法(这时候proxychains就有用了)

git clone https://github.com/actionless/pikaur

然后是zsh, 曾经激情满满想手写zsh配置, 最后还是oh-my-zsh真香

pacman -S zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

CLI工具要配置的不多, 接下来就是GUI工具