After installing Archcraft OS, there are few things you should do.


$ sudo pacman -Syy && sudo pacman -Syu

$ sudo pacman -S firefox gimp

# Or from AUR

$ yay -S spotify		

# Run the following script to fix battery and network modules in polybar

$ ~/.config/polybar/fix_modules.sh						

# Edit mkinitcpio.conf file
$ sudo vim /etc/mkinitcpio.conf

# Change line 7 from
MODULES=(i915? amdgpu? radeon? nouveau? vboxvideo? vmwgfx?)
# To
MODULES=(i915)

# Save file and rebuild initrd
$ sudo mkinitcpio -p linux						

Well, that's pretty much everything for now, go ahead and try out Archcraft.