This commit is contained in:
buffet 2021-05-21 23:23:38 +00:00
parent fd1f9a9f4e
commit e7cfc9dd3a

View file

@ -7,6 +7,7 @@
# TODO: package list in external file # TODO: package list in external file
# TODO: automate plover config # TODO: automate plover config
# TODO: rustup default stable # TODO: rustup default stable
# TODO: xbanish
import getpass import getpass
import os import os
@ -29,6 +30,7 @@ dependencies = [
'clang', 'clang',
'curl', 'curl',
'firefox', 'firefox',
'flameshot',
'git', 'git',
'github-cli', 'github-cli',
'htop', 'htop',
@ -53,6 +55,8 @@ dependencies = [
# implicit: yay # implicit: yay
dependencies_aur = [ dependencies_aur = [
'all-repository-fonts', 'all-repository-fonts',
'ats-acc-git',
'ats2-contrib',
'ats2-postiats', 'ats2-postiats',
'awesome-git', 'awesome-git',
'bash-language-server', 'bash-language-server',