My choice of Linux: Arch + i3. That combo requires some time to customize; hone for efficiency. On the other hand, I don't like to get attached to any specific HW. Migration should be easy.
So, what is the solution? Automate and store my configurations here.
- Download Arch Linux .iso
dd
the ISO to a pendrivesudo dd bs=4M if=archlinux-[date]-dual.iso of=/dev/sd[letter]
- Boot from pendrive
- Use
wifi-menu
to acces your home WiFi curl https://raw.githubusercontent.com/frncmx/my-arch-linux/master/first-boot/pre-chroot | bash -
Important: 1st this will be more like a collection of manual notes. But, hopefully, that will evolve when I have time.
- Install
vagrant
vagrant up
vagrant reload
vagrant snapshot save default clean-provisioned
vagrant ssh
history
<= See how to run Ansible.