Convert Manjaro to Arch Linux Conversion Script Download, make, and run script. $ git clone https://github.com/kskeigrshi/manjaro-to-archlinux.sh $ cd manjaro-to-archlinux.sh $ makepkg $ ./to_arch Reboot. Remove script. rm -rf manjaro-to-archlinux.sh Install pamac (if uninstalled) $ sudo pacman -S --needed base-devel $ git clone https://aur.archlinux.org/yay.git $ cd yay $ makepkg -si $ cd ../ $ rm -rf yay $ yay -S libpamac-aur Fix archlinux Grub2 theme Boot menu width is too small to read the options. We need to edit the width of the menu. $ nano /boot/grub/themes/archlinux/theme.txt Look for the category # Boot menu and change the following line width = 27% to width = 70%. Regenerate grub config file. $ sudo grub-mkconfig -o /boot/grub/grub.cfg Reboot.
The repo for the script says its no longer available. Do you know if its archived anywhere?
EDIT: mtzim/to-arch has an updated version.
EDIT2: as does damadorPL/to-arch.sh