#ArchLinux基础请参考
1. http://blog.youkuaiyun.com/u013531940/article/details/79471408
2. http://blog.youkuaiyun.com/u013531940/article/details/79489454
一、安装yaourt
vim /etc/pacman.conf
#添加
[archlinuxcn]
SigLevel = Optional TrustAll
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
pacman -Syy
pacman -S yaourt
yaourt -Syy
二、安装基本软件
yaourt -S alsa-utils xorg xorg-xinit networkmanager lxdm i3
systemctl enable lxdm
yaourt -S emacs git python python-pip ipython3 python2 python2-pip ipython2 docker nodejs
yaourt -S screenfetch sudo
三、安装显卡驱动
lspci | grep -e VGA -e 3D
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
yaourt -S xf86-video-intel mesa lib32-mesa
四、安装firefox
yaourt -S firefox firefox-i18n-zh-cn
五、安装中文字体、输入法等
yaourt -S fcitx fcitx-im fcitx-configtool
yaourt -S fcitx-sogoupinyin
yaourt -S wqy-microhei ttf-dejavu wqy-zenhei wqy-microhei
vim /root/.bashrc
#增加
fcitx-autostart > /dev/zero 2>&1
六、安装其他软件
yaourt -S unzip unrar p7zip feh cairo-dock compiz
七、设置背景图片
feh --bg-scale xxx.png
一些优化
1、SATA启用AHCI模式
vim /etc/mkinitcpio.conf
MODULES="ahci"
mkinitcpio -p linux
2、systemd命令查看开机各个应用程序的启动时间
systemd-analyze blame