Skip to content

Commit

Permalink
Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Apr 3, 2024
1 parent c0cd3b0 commit 3450bc6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions system/modules/common/audio-production/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkg realtime-privileges rtirq rtkit reaper \
yabridge yabridgectl wine-staging winetricks \
surge-xt vmpk
surge-xt vmpk vital-synth tuxguitar

add-user-to-groups \
realtime
realtime
2 changes: 1 addition & 1 deletion system/modules/common/base/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkg base pacman sudo

# Always install these tools
pkg "$ARGS_kernel" "${ARGS_kernel}-headers" linux-firmware \
git git-crypt git-lfs direnv openssh \
git git-crypt git-lfs git-cliff direnv openssh \
systemd-swap earlyoom \
kernel-modules-hook

Expand Down
2 changes: 1 addition & 1 deletion system/modules/common/console-tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkg zip unzip p7zip unrar \
man-db man-pages \
neovim tmux \
bash-completion starship git-delta grc fzf atuin \
bash-completion starship git-delta grc fzf bash-preexec atuin \
eza zoxide lazygit fd ripgrep bat \
socat bandwhich traceroute \
parallel lsof usbutils rsync htop iotop \
Expand Down
5 changes: 3 additions & 2 deletions system/modules/common/development/install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/bash -e

pkg diffutils upx dhex sysstat gdb svgcleaner tokei strace `# General use` \
code code-marketplace `# IDE` \
jdk-openjdk openjdk-src `# Java` \
code code-marketplace code-features `# IDE` \
dive helm `# devops` \
go fnm-bin bun-bin bash-language-server `# Langs/Platforms` \
sdl2 glu `# Game dev` \
cmake ccache cppcheck clang lld lldb `# C++` \
rustup mold webkit2gtk zig `# Rust` \
ghidra vitasdk-git vitasdk-packages-git vita-parse-core-git vita3k-bin `# Vita` \
kchmviewer
2 changes: 1 addition & 1 deletion system/modules/common/gpu-drivers/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi
if grep -q "nvidia" <<< "$GPU_DRIVER"; then
# Use a driver with unlocked limits for encoders/decoders
# https://github.com/keylase/nvidia-patch
pkg nvidia-dkms nvidia-settings nvidia-utils-nvlax
pkg nvidia-dkms nvidia-settings nvidia-patch

DEVICE_ID=$(lspci | grep -i 'VGA.*NVIDIA' | awk '{print $1}' | sed -r 's/^(0*([0-9]+)[:.]0*([0-9]+)[:.]0*([0-9]+)).*/\2:\3:\4/')
cat /etc/X11/xorg.conf.avail/20-gpu.nvidia.conf \
Expand Down
2 changes: 1 addition & 1 deletion system/modules/common/xorg/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pkg alacritty xterm-alacritty-symlink \
gparted

# Themes and fonts
pkg lxappearance-gtk3 qt5ct qt6ct kvantum-theme-arc \
pkg lxappearance-gtk3 qt5ct qt6ct kvantum-theme-arc kvantum-qt5 \
noto-fonts noto-fonts-emoji ttf-ms-win10-auto \
ttf-dejavu ttf-hack-nerd dracula-gtk-theme ant-dracula-kde-theme ant-dracula-kvantum-theme-git \
dracula-cursors-git dracula-icons-git
Expand Down
1 change: 1 addition & 0 deletions system/modules/home-pc-linux/packages/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

pkg stressapptest \
moonlight-qt busybox flatpak \
gitlab-runner github-actions-bin \
kicad \
\

0 comments on commit 3450bc6

Please sign in to comment.