# install chezmoi & init
which chezmoi || yay -Sy chezmoi
chezmoi init mcbeeringi
# apply
chezmoi apply
chezmoi cd
sudo cp -r root/* /
Create, format and mount partitions from empty space.
root partition will be formatted with btrfs.
For usage, refer to install.sh section.
/dev/sda.
ex:BLK=/dev/nvme0n1SWAP=1Install ArchLinux and basic packages.
boot from the install media
loadkeys jp106
iwctl
# part.sh : create partition, format mount
BLK=/dev/nvme0n1 bash <(curl -s https://dot.6ca.me/part.sh)
# set SWAP to any value (including enpty) to make swap
# BLK=/dev/nvme0n1 SWAP=1 bash <(curl -s https://dot.6ca.me/part.sh)
# or do manually
#
# lsblk
# cfdisk
#
# mkfs.fat -F32 /dev/~
# mkfs.ext4 /dev/~
# mkswap /dev/~
#
# swapon /dev~
# mount /dev/~ /mnt
# mount --mkdir /dev/~ /mnt/boot
# install.sh : install archlinux
ROOT_PASS=password USER_NAME=user bash <(curl -s https://dot.6ca.me/install.sh)
passworduserAsia/tokyoen_US.UTF-8|ja_JP.UTF-8ja_JP.UTF-8jp106Japanintel or amd
auto detected from /proc/cpuinfointel or amd
auto detected from lspci1.
default is unsetRun setup.sh or kde.sh after reboot.
Can be called from history.
Setup Hyprland & sway with recommended packages.
bash <(curl -s https://dot.6ca.me/setup.sh)
Setup KDE Plasma DE with neccesaries.
bash <(curl -s https://dot.6ca.me/kde.sh)