mirror of
https://github.com/wez/wezterm.git
synced 2025-01-03 03:04:04 +03:00
wezterm: teach get-deps about Arch
This commit is contained in:
parent
5d5083501e
commit
76a1300c15
19
get-deps
19
get-deps
@ -54,6 +54,25 @@ if test -e /etc/debian_version ; then
|
|||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -e /etc/arch-release ; then
|
||||||
|
pacman -S --noconfirm --needed
|
||||||
|
'cargo' \
|
||||||
|
'cmake' \
|
||||||
|
'dbus' \
|
||||||
|
'fontconfig' \
|
||||||
|
'git' \
|
||||||
|
'hicolor-icon-theme' \
|
||||||
|
'libx11' \
|
||||||
|
'libxkbcommon-x11' \
|
||||||
|
'pkgconf' \
|
||||||
|
'python3' \
|
||||||
|
'rust' \
|
||||||
|
'wayland' \
|
||||||
|
'xcb-util-keysyms' \
|
||||||
|
'xcb-util-wm'
|
||||||
|
exit $?
|
||||||
|
fi
|
||||||
|
|
||||||
case $OSTYPE in
|
case $OSTYPE in
|
||||||
darwin*|msys)
|
darwin*|msys)
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user