Change attributes of .scripts/install_base.sh
This commit is contained in:
parent
2d1ecec4bd
commit
0e784e1943
|
@ -2,6 +2,7 @@
|
||||||
# Never ever curl some remote shit straight to shell, like:
|
# 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
|
# 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
|
# 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
|
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
|
Loading…
Reference in a new issue