From e7cfc9dd3a980b3cbb5ea8552a9d78c4908cc673 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 21 May 2021 23:23:38 +0000 Subject: [PATCH] Install --- install.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.py b/install.py index 6cc6649..3e2c5aa 100644 --- a/install.py +++ b/install.py @@ -7,6 +7,7 @@ # TODO: package list in external file # TODO: automate plover config # TODO: rustup default stable +# TODO: xbanish import getpass import os @@ -29,6 +30,7 @@ dependencies = [ 'clang', 'curl', 'firefox', + 'flameshot', 'git', 'github-cli', 'htop', @@ -53,6 +55,8 @@ dependencies = [ # implicit: yay dependencies_aur = [ 'all-repository-fonts', + 'ats-acc-git', + 'ats2-contrib', 'ats2-postiats', 'awesome-git', 'bash-language-server',