From 1a3b7c6452700d5e375221bd9e6c15e48fb0c6a3 Mon Sep 17 00:00:00 2001 From: buffet Date: Wed, 30 Jun 2021 14:45:03 +0000 Subject: [PATCH] Install more stuff --- install.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install.py b/install.py index 67f76b1..a2a205b 100644 --- a/install.py +++ b/install.py @@ -25,21 +25,27 @@ DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile', 'xinit'] dependencies = [ 'acpi', 'alacritty', + 'bat', 'brightnessctl', + 'cargo-watch', 'clang', + 'cloc', 'cups', 'curl', 'fasd', 'firefox', 'flameshot', + 'gdb', 'git', 'github-cli', 'hplip', 'htop', 'intel-ucode', 'man-db', + 'meson', 'mgba-sdl', 'networkmanager', + 'ninja', 'openssh', 'pacman-contrib', 'pulseaudio-alsa', @@ -47,7 +53,9 @@ dependencies = [ 'rust-analyzer', 'rustup', 'stow', + 'sway', 'tree', + 'valgrind', 'xclip', 'xf86-video-intel', 'xorg-server',