Update arch-firstinstall
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user