基本 软件安装包
zsh
#shell
pacman -S zsh
#git安装oh-my-zsh
#git官方地址
#https://github.com/ohmyzsh/ohmyzsh
#克隆存储库
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
#创建一个新的zsh配置文件
cp 〜/.oh-my-zsh/templates/zshrc.zsh-template 〜 /.zshrc
#修改用户 默认shell为 zsh
vim /etc/passwd
#找到以你自己设置普通用户,开头的那行;bash替换成zsh
字体、表情
#Emoji
yay -S ttf-linux-libertine ttf-inconsolata ttf-joypixels ttf-twemoji-color noto-fonts-emoji ttf-liberation ttf-droid
#字体
yay -S wqy-bitmapfont wqy-microhei wqy-microhei-lite wqy-zenhei adobe-source-han-mono-cn-fonts adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts ttf-dejavu ttf-liberation wqy-microhei wqy-zenhei
i3锁屏
yay -S i3lock-fancy-git
bash补齐
pacman -S bash-completion
i3 网络
su