Install some stuff
This commit is contained in:
parent
0a9cf93c12
commit
1db5ca35a5
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
# TODO: vim: :PackerSync
|
# TODO: vim: :PackerSync
|
||||||
# TODO: package list in external file
|
# TODO: package list in external file
|
||||||
|
# TODO: automate plover config
|
||||||
|
# TODO: rustup default stable
|
||||||
|
|
||||||
import getpass
|
import getpass
|
||||||
import os
|
import os
|
||||||
|
@ -27,13 +29,17 @@ dependencies = [
|
||||||
'curl',
|
'curl',
|
||||||
'firefox',
|
'firefox',
|
||||||
'git',
|
'git',
|
||||||
|
'github-cli',
|
||||||
'htop',
|
'htop',
|
||||||
'intel-ucode',
|
'intel-ucode',
|
||||||
'man-db',
|
'man-db',
|
||||||
|
'mgba-sdl',
|
||||||
'networkmanager',
|
'networkmanager',
|
||||||
'openssh',
|
'openssh',
|
||||||
|
'pacman-contrib',
|
||||||
'pulseaudio-alsa',
|
'pulseaudio-alsa',
|
||||||
'ripgrep',
|
'ripgrep',
|
||||||
|
'rustup',
|
||||||
'stow',
|
'stow',
|
||||||
'tree',
|
'tree',
|
||||||
'xclip',
|
'xclip',
|
||||||
|
@ -45,6 +51,7 @@ dependencies = [
|
||||||
# implicit: yay
|
# implicit: yay
|
||||||
dependencies_aur = [
|
dependencies_aur = [
|
||||||
'all-repository-fonts',
|
'all-repository-fonts',
|
||||||
|
'ats2-postiats',
|
||||||
'awesome-git',
|
'awesome-git',
|
||||||
'direnv',
|
'direnv',
|
||||||
'neovim-git',
|
'neovim-git',
|
||||||
|
|
Loading…
Reference in a new issue