Install more stuff
This commit is contained in:
parent
c03398d8e4
commit
1a3b7c6452
1 changed files with 8 additions and 0 deletions
|
@ -25,21 +25,27 @@ DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile', 'xinit']
|
||||||
dependencies = [
|
dependencies = [
|
||||||
'acpi',
|
'acpi',
|
||||||
'alacritty',
|
'alacritty',
|
||||||
|
'bat',
|
||||||
'brightnessctl',
|
'brightnessctl',
|
||||||
|
'cargo-watch',
|
||||||
'clang',
|
'clang',
|
||||||
|
'cloc',
|
||||||
'cups',
|
'cups',
|
||||||
'curl',
|
'curl',
|
||||||
'fasd',
|
'fasd',
|
||||||
'firefox',
|
'firefox',
|
||||||
'flameshot',
|
'flameshot',
|
||||||
|
'gdb',
|
||||||
'git',
|
'git',
|
||||||
'github-cli',
|
'github-cli',
|
||||||
'hplip',
|
'hplip',
|
||||||
'htop',
|
'htop',
|
||||||
'intel-ucode',
|
'intel-ucode',
|
||||||
'man-db',
|
'man-db',
|
||||||
|
'meson',
|
||||||
'mgba-sdl',
|
'mgba-sdl',
|
||||||
'networkmanager',
|
'networkmanager',
|
||||||
|
'ninja',
|
||||||
'openssh',
|
'openssh',
|
||||||
'pacman-contrib',
|
'pacman-contrib',
|
||||||
'pulseaudio-alsa',
|
'pulseaudio-alsa',
|
||||||
|
@ -47,7 +53,9 @@ dependencies = [
|
||||||
'rust-analyzer',
|
'rust-analyzer',
|
||||||
'rustup',
|
'rustup',
|
||||||
'stow',
|
'stow',
|
||||||
|
'sway',
|
||||||
'tree',
|
'tree',
|
||||||
|
'valgrind',
|
||||||
'xclip',
|
'xclip',
|
||||||
'xf86-video-intel',
|
'xf86-video-intel',
|
||||||
'xorg-server',
|
'xorg-server',
|
||||||
|
|
Loading…
Reference in a new issue