Install more stuff
This commit is contained in:
parent
885b76b03a
commit
5fe5a0c622
1 changed files with 11 additions and 0 deletions
11
install.py
11
install.py
|
@ -27,6 +27,8 @@ dependencies = [
|
||||||
'acpi',
|
'acpi',
|
||||||
'alacritty',
|
'alacritty',
|
||||||
'bat',
|
'bat',
|
||||||
|
'bluez',
|
||||||
|
'bluez-utils',
|
||||||
'borg',
|
'borg',
|
||||||
'brightnessctl',
|
'brightnessctl',
|
||||||
'cargo-watch',
|
'cargo-watch',
|
||||||
|
@ -47,20 +49,26 @@ dependencies = [
|
||||||
'htop',
|
'htop',
|
||||||
'i3lock',
|
'i3lock',
|
||||||
'intel-ucode',
|
'intel-ucode',
|
||||||
|
'lua51',
|
||||||
'man-db',
|
'man-db',
|
||||||
'meson',
|
'meson',
|
||||||
'mgba-sdl',
|
'mgba-sdl',
|
||||||
'networkmanager',
|
'networkmanager',
|
||||||
'ninja',
|
'ninja',
|
||||||
|
'okular',
|
||||||
'openssh',
|
'openssh',
|
||||||
'pacman-contrib',
|
'pacman-contrib',
|
||||||
|
'pdfgrep',
|
||||||
'pulseaudio-alsa',
|
'pulseaudio-alsa',
|
||||||
'ripgrep',
|
'ripgrep',
|
||||||
'rust-analyzer',
|
'rust-analyzer',
|
||||||
'rustup',
|
'rustup',
|
||||||
'stow',
|
'stow',
|
||||||
'tree',
|
'tree',
|
||||||
|
'unzip',
|
||||||
'valgrind',
|
'valgrind',
|
||||||
|
'wayland-protocols',
|
||||||
|
'wget',
|
||||||
'wlroots',
|
'wlroots',
|
||||||
'xclip',
|
'xclip',
|
||||||
'xf86-video-intel',
|
'xf86-video-intel',
|
||||||
|
@ -77,6 +85,7 @@ dependencies_aur = [
|
||||||
'awesome-git',
|
'awesome-git',
|
||||||
'bash-language-server',
|
'bash-language-server',
|
||||||
'direnv',
|
'direnv',
|
||||||
|
'fstar-bin',
|
||||||
'neovim-git',
|
'neovim-git',
|
||||||
'plover-git',
|
'plover-git',
|
||||||
'ttf-go-mono-git',
|
'ttf-go-mono-git',
|
||||||
|
@ -85,7 +94,9 @@ dependencies_aur = [
|
||||||
|
|
||||||
services = [
|
services = [
|
||||||
'NetworkManager.service',
|
'NetworkManager.service',
|
||||||
|
'bluetooth.service',
|
||||||
'cups.socket',
|
'cups.socket',
|
||||||
|
'docker.socket',
|
||||||
'systemd-timesyncd.service',
|
'systemd-timesyncd.service',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue