Install packages
This commit is contained in:
parent
b5631b1ad8
commit
e9b67d78ed
1 changed files with 7 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue