We are creating a series of YouTube videos under the “edu-“ label to guide users through the migration from ArcoLinux to Arch Linux. These tutorials aim to make the transition process smoother by explaining each step clearly and providing practical examples. Whether you’re switching to gain more control or to learn vanilla Arch, our edu- videos are here to support your journey.

ArcoLinux has stopped

Teaching never stops—because learning is a lifelong journey for all of us.

2 – Learn how to script and use github

After typing in the terminal

sudo reboot

we end up in the graphical environment – Lightdm with Budgie in this case.

Let us make some exercises in scripting.

We have installed lightdm as display manager and budgie desktop but we did not make a script. So next time I will need to type it again and what is more. I will need to remember what to type.

Let us make a script together.

You can find the latest up-to-date scripts here : https://github.com/arcolinuxd/arco-budgie

We only need the git.sh and setup-git.sh script. The rest we can create ourselves.

To get those type this in the terminal

git clone https://github.com/arcolinuxd/arco-budgie