Table of contents
Open Table of contents
make a bootable usb disk
- download iso
- spare the disk on disk management
- shrink the disk
- make 100G free space for it
- use Rufus to write iso and convert to bootable usb disk
- choose the Partition scheme check the bios mode on security info, choose GPT if the mode is UEFI
- restart it and press F1 to edit the boot config
- use F12 to choose the boot disk
- USB HDD: SanDisk
Arch install
-
setfont ter-132n timedatectl set-timezone Asia/Shanghai loadkeys lsblk list the disk cfdisk /dev/xx mkfs.ext mkswap swapon mount / dev/sda5 / mnt
i3 wm
- i3
-
sudo pacman -Sy i3 echo "exec i3" >> ~/.xinitrc sudo pacman -S xorg xorg-xinit startx
welcome kit
- gui
-
sudo pacman -S lightdm sudo pacman -S lightdm-gtk-greeter sudo systemctl enable lightdm sudo systemctl start lightdm
TODO
- learn the i3 wm using, refactor the config file
init list
- dwm
- tool install script
- terminal
- dotfiles
- tinktools
- clash
- Download the clash by the pacman
- sudo pacman -Sy clash
- download the clash conifg
- start the clash with the config
- clash -d “config_path”
- Download the clash by the pacman