Install packages

This commit is contained in:
buffet 2021-05-08 22:26:25 +00:00
parent b5631b1ad8
commit e9b67d78ed

View file

@ -3,6 +3,9 @@
# Original script by phisch (https://github.com/phisch) # Original script by phisch (https://github.com/phisch)
# thank youwu ;3 # thank youwu ;3
# TODO: vim: :PackerSync
# TODO: package list in external file
import getpass import getpass
import os import os
@ -24,12 +27,15 @@ dependencies = [
'curl', 'curl',
'firefox', 'firefox',
'git', 'git',
'htop',
'intel-ucode', 'intel-ucode',
'man-db', 'man-db',
'networkmanager', 'networkmanager',
'openssl', 'openssh',
'pulseaudio-alsa', 'pulseaudio-alsa',
'ripgrep',
'stow', 'stow',
'tree',
'xf86-video-intel', 'xf86-video-intel',
'xorg-server', 'xorg-server',
'xorg-xinit', 'xorg-xinit',