From e9b67d78ed205307a059f48d3d8e6daf3ea3bc26 Mon Sep 17 00:00:00 2001 From: buffet Date: Sat, 8 May 2021 22:26:25 +0000 Subject: [PATCH] Install packages --- install.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install.py b/install.py index 0fa58c5..0125812 100644 --- a/install.py +++ b/install.py @@ -3,6 +3,9 @@ # Original script by phisch (https://github.com/phisch) # thank youwu ;3 +# TODO: vim: :PackerSync +# TODO: package list in external file + import getpass import os @@ -24,12 +27,15 @@ dependencies = [ 'curl', 'firefox', 'git', + 'htop', 'intel-ucode', 'man-db', 'networkmanager', - 'openssl', + 'openssh', 'pulseaudio-alsa', + 'ripgrep', 'stow', + 'tree', 'xf86-video-intel', 'xorg-server', 'xorg-xinit',