diff --git a/tree/.local/bin/arch-firstinstall b/tree/.local/bin/arch-firstinstall index 4f3e6b0..b4192d1 100755 --- a/tree/.local/bin/arch-firstinstall +++ b/tree/.local/bin/arch-firstinstall @@ -29,6 +29,7 @@ sudo pacman --needed -S \ luarocks \ neovim \ nerd-fonts \ + niri \ noto-fonts \ noto-fonts-emoji \ noto-fonts-extra \ @@ -48,11 +49,6 @@ sudo pacman --needed -S \ wl-clipboard \ 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 if ! command -v paru &> /dev/null; then @@ -65,8 +61,9 @@ if ! command -v paru &> /dev/null; then makepkg -si 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/volume_indicator.git