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