Currently not all files ;D
My personal system is endeavourOS, so all next commands is for arch-based systems
yay -S light-git picom-git polybar-git xmousepasteblock-git nerd-fonts-git
sudo pacman -S alacritty pulseaudio
yay -S flameshot
sudo pacman -S telegram-desktop
Also I like natural scroll, it can be set up by adding Option "NaturalScrolling" "true"
in /usr/share/X11/xorg.conf.d/30-touchpad.conf
sudo nano /usr/share/X11/xorg.conf.d/30-touchpad.conf
It should look like this:
Section "InputClass" Identifier "devname" Driver "libinput" Option "Tapping" "on" Option "NaturalScrolling" "true" EndSection