This is my archlinux installation method based on archinstall
- gnome
- i3
-
if you have a wifi, run
iwctl
thenstation wlan0 connect {name of wifi}
-
rm -rf /etc/pacman.d/gnupg
-
pacman-key --init
-
pacman-key --populate archlinux
-
pacman -Sy archlinux-keyring
-
curl -L https://bit.ly/3ukVRLs > sample.json
-
archinstall --config sample.json
-
answer the questions
-
after successful installation run
reboot
- login to the user
sudo systemctl enable --now NetworkManager
- if you have wifi run
sudo nmtui
and connect to the wifi - run
git clone https://github.com/rengare/arcren.git
cd arcren
bash ./0-prepare.sh
bash ./1-start.sh gnome extra
for gnome or (extra installs steam, lutris etc, read the extra/list.txt or skip extra) (for i3 typei3
instead ofgnome
)bash ./2-postinstall.sh gnome(optional, type DE of your choice)
- optional
bash ./3-flatpak.sh
You can update the system using pamac or terminal
- open tilix
- type
update
and hit enter
In order to cleanup run clean
from terminal
- paru -S --needed - < pkglist.txt
- finish up extra folder and install script
- write readme
- cleanup root directory
- make a video how to install