After installation i3wm substantially ArchLinux

1 Create a user

Enter useradd -m newusername

After entering passwd newusername blind-time password input 2

2 so that new users have sudo privileges

Enter vim /etc/sudoers.d

Copy the root ALL = (ALL) ALL

Paste the next line, and change the root user name just created

3 exit the current root user and use the new user logs on

Enter the exit, and use the new user logs on

4 sound card and install Xorg

Input sudo pacman -S alsa-utils xorg xorg-xinit

After entering the password again, press Enter, then y, then press Enter, wait for the download

5 Installation common tools

输入 sudo pacman -S zsh git unrar zip unzip openssh glances htop iftop screenfetch tree vlc wget net-tools

After entering the password again, then y, wait for the download

6 mounted oh-my-zsh

Enter sh -c "$ (wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

7 install yaourt

Enter sudo vim /etc/pacman.conf

Files added at the end

[archlinuxcn]

SigLevel = Optional TrustAll

Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch

Save and exit

 

Import sudo pacman -Syu yaourt

 

Input sudo pacman -S archlinuxcn-keyring

8 Installation i3wm

输入 sudo pacman -S i3lock i3status compton dmenu feh

 

Input yaourt i3-gaps

i3wm profile is~/.i3/config 修改此文件即可修改i3wm配置

Guess you like

Origin www.cnblogs.com/WaterGe/p/12071150.html