Add initial xlibre/X11 configs and installs, add misc install programs
This commit is contained in:
4
installs_and_builds/custom_openssh_linux_debian
Executable file
4
installs_and_builds/custom_openssh_linux_debian
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# for debian, use package name `openssh-server` instead of `openssh`
|
||||
${=BOX_SETUP_INSTALL_COMMAND} openssh-server
|
||||
17
installs_and_builds/custom_xlibre_default
Executable file
17
installs_and_builds/custom_xlibre_default
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# change package name; on artix it is 'pandoc-bin'
|
||||
${=BOX_SETUP_INSTALL_COMMAND} \
|
||||
xlibre-xserver \
|
||||
xlibre-video-amdgpu \
|
||||
xlibre-input-libinput \
|
||||
libx11 \
|
||||
libxft \
|
||||
libxinerama
|
||||
|
||||
# `xlibre-video-amdgpu` depends on system gpu; ref lspci; maybe use `xlibre-drivers` instead
|
||||
# if `xlibre-input-libinput` doesn't work, try `xlibre-input-evdev` (generic module) if libinput does not work
|
||||
|
||||
${=BOX_SETUP_INSTALL_COMMAND} \
|
||||
xorg-xinit \
|
||||
xorg-xrandr
|
||||
3
installs_and_builds/custom_xlibre_macos_default
Executable file
3
installs_and_builds/custom_xlibre_macos_default
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "intentionally skipping build/installation for macos"
|
||||
@@ -2,9 +2,12 @@ gcc
|
||||
musl
|
||||
coreutils
|
||||
findutils
|
||||
xlibre
|
||||
make
|
||||
mpv
|
||||
kitty
|
||||
st
|
||||
dmenu
|
||||
zsh
|
||||
ksh
|
||||
tmux
|
||||
@@ -14,6 +17,8 @@ curl
|
||||
grep
|
||||
ripgrep
|
||||
sed
|
||||
less
|
||||
openssh
|
||||
fzf
|
||||
jq
|
||||
parallel
|
||||
@@ -26,5 +31,7 @@ git
|
||||
calcurse
|
||||
zathura
|
||||
gimp
|
||||
dwm
|
||||
qutebrowser
|
||||
aerospace
|
||||
skhd
|
||||
|
||||
Reference in New Issue
Block a user