Arch Linux OS - System configuration, dotfiles and installation, an os for pure coding and it requires very low end resources to run, great for old machines and excellent for coding.
Arch its the main distribution, an light-minimal GNU/LINUX base system that maintain the latest stable release versions of Linux. For our enviroment we use Qtile, an excellent Window Manager that allow us to control all our pc with only the keyboard, using VIM for the most part of the code editing and Ranger for manipulate all our files.
Arch running on AMD C50 (1.0 GHz), 2GB RAM
Qtile its going to be yourDesktop Enviroment Taste for this OS Build, fast and very customizable, Qtile its going to give us a fast coding experience with his Window Managing System lightweight that can even run smoothly on 1.0 GHz Proccesor's
Once Arch its already instaled (Arch installation guide) we need to install an Desktop Enviroment, to install Qtile follow these 3 steps
Create Qtile folder :
mkdir -p ~/.config/qtile
Install Qtile :
sudo pacman -S qtile
Generate default Qtile's .config file :
cp /usr/share/doc/qtile/default_config.py ~/.config/qtile/config.py
Once Arch its already instaled (Arch installation guide) we need to install an Desktop Enviroment, to install Qtile follow these 3 steps