Update arch-firstinstall

This commit is contained in:
2024-07-20 14:38:55 +02:00
parent 6e17c8f6a6
commit 174e7a8249

View File

@ -29,6 +29,7 @@ sudo pacman --needed -S \
luarocks \ luarocks \
neovim \ neovim \
nerd-fonts \ nerd-fonts \
niri \
noto-fonts \ noto-fonts \
noto-fonts-emoji \ noto-fonts-emoji \
noto-fonts-extra \ noto-fonts-extra \
@ -48,11 +49,6 @@ sudo pacman --needed -S \
wl-clipboard \ wl-clipboard \
zathura zathura
# install nvim packer
git clone --depth 1 https://github.com/wbthomason/packer.nvim \
~/.local/share/nvim/site/pack/packer/start/packer.nvim \
|| true # command will fail if packer is already installed
rustup default stable rustup default stable
if ! command -v paru &> /dev/null; then if ! command -v paru &> /dev/null; then
@ -65,8 +61,9 @@ if ! command -v paru &> /dev/null; then
makepkg -si makepkg -si
fi fi
paru -S wdisplays eww-wayland paru -S wdisplays eww
cargo install --locked --git https://git.nubo.sh/hulthe/wmutils.git
cargo install --locked --git https://git.nubo.sh/hulthe/lockscreen-blur.git cargo install --locked --git https://git.nubo.sh/hulthe/lockscreen-blur.git
cargo install --locked --git https://git.nubo.sh/hulthe/volume_indicator.git cargo install --locked --git https://git.nubo.sh/hulthe/volume_indicator.git