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