Run:
wifi-menu
Update the system and install X11:
pacman -Sy
pacman -S xorg xorg-serverRun the following commands:
pacman -S nvidia-dkmsIf you are usingg a device with Intel video, run:
pacman -S xf86-video-intelRun the following commands:
sudo pacman -S plasma-desktop sddm konsole
sudo systemctl enable sddm
sudo systemctl start sddmOptional programs:
sudo pacman -S user-manager breeze-gtk kde-gtk-config bluedevil powerdevil plasma-nm plasma-paAfter login, go to settings Input Devices > Keyboards and make sure everything is
correcly defined. Make sure American Internacional variant is selected
(not US) on Layouts tabs.
Run:
sudo systemctl enable NetworkManager
sudo systemctl start NetworkManagerInstall Materia KDE or Materia Manjaro style and Papirus icon theme on KDE settings.
Run the following command:
pacman -S git opensshThen follow the instructions on this link to setup your ssh key.
After that, add AddKeysToAgent yes to the file ~/.ssh/config to make git stop asking password in every git push.
Uncomment multilib on /etc/pacman.conf:
sudo nano /etc/pacman.confChange:
[multilib]
Include = /etc/pacman.d/mirrorlistRun the follow command to get it:
pacman -Sy
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -siRun the follow command to get it:
yay -S android-studio android-emulatorInstall the following common programs:
# Common
sudo pacman -S firefox
# Dev
sudo pacman -S wget zsh ark unrar okular openssh openssl python python-pip
# Dev - Clojure
sudo pacman -S clojure
yay -S leinigen
# Deb - Flutter
sudo yay -S flutter go
# Codecs
sudo pacman -S a52dec faac faad2 flac jasper lame libdca libdv libmad libmpeg2 libtheora libvorbis libxv wavpack x264 xvidcore gstreamer0.10-plugins vlc
# Other programs
yay -S discord ttf-fira-codeAfter install, reboot.
Go to Touchpad settings and configure it like you want (if needed).