packages
This commit is contained in:
parent
1b62455378
commit
9c21fb5f5c
2 changed files with 53 additions and 0 deletions
47
packages/apt/list
Normal file
47
packages/apt/list
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Axiom default packages
|
||||
|
||||
# Window Manager
|
||||
xorg
|
||||
i3-wm
|
||||
xdg-desktop-portal-gtk
|
||||
alacritty
|
||||
bemenu
|
||||
suckless-tools
|
||||
|
||||
# Audio
|
||||
pipewire
|
||||
pipewire-alsa
|
||||
pipewire-pulse
|
||||
pulseaudio-utils
|
||||
pipewire-jack
|
||||
wireplumber
|
||||
alsa-tools
|
||||
alsa-utils
|
||||
|
||||
# Media
|
||||
mpv
|
||||
vlc
|
||||
zathura
|
||||
zathura-cb
|
||||
zathura-djvu
|
||||
zathura-pdf-poppler
|
||||
zathura-ps
|
||||
|
||||
# Tools
|
||||
curl
|
||||
fzf
|
||||
eza
|
||||
fd-find
|
||||
ripgrep
|
||||
pass
|
||||
pass-otp
|
||||
zbar-tools
|
||||
|
||||
# Dev
|
||||
build-essential
|
||||
git
|
||||
lazygit
|
||||
|
||||
# Extra
|
||||
flatpak
|
||||
xdg-desktop-portal
|
||||
6
packages/apt/nvidia-proprietary.sh
Normal file
6
packages/apt/nvidia-proprietary.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Install Nvidia proprietary driver
|
||||
|
||||
# Debian
|
||||
sudo apt install -y linux-headers-amd64
|
||||
sudo apt install -y nvidia-kernel-dkms nvidia-driver firmware-misc-nonfree
|
||||
Loading…
Reference in a new issue