Update .scripts/install_base.sh

This commit is contained in:
V 2022-11-26 02:16:04 +04:00
parent 9a7b51ed44
commit 2d1ecec4bd
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#!/bin/sh
# Never ever curl some remote shit straight to shell, like:
# curl --proto '=https' --tlsv1.2 -sSf https://inex.dev/v/dotfiles/raw/branch/main/dot_scripts/executable_install_base.sh | sh
# - Seriously, don't do this, it's insecure!
# seriously, don't do this, it's insecure!
# Pacman packages
sudo pacman --needed --noconfirm -Syu base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi foot polkit openssh firefox-developer-edition gnome-keyring xdg-utils qpwgraph qt6-wayland man-db {{ if eq .chezmoi.hostname "laptop" }} brightnessctl {{ end }}
sudo pacman --needed --noconfirm -Syu base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi foot polkit openssh firefox-developer-edition gnome-keyring xdg-utils qpwgraph qt6-wayland man-db
# Install Paru
if pacman -Qs paru > /dev/null ; then