changes
This commit is contained in:
parent
2047183382
commit
5d5e4a3e5d
|
|
@ -64,9 +64,9 @@ pacman -S --noconfirm xorg-server xorg-xprop xorg-xkill xorg-xsetroot xorg-xinit
|
|||
pacman-contrib pavucontrol rsync ripgrep ueberzug ffmpegthumbnailer python-pywal \
|
||||
imlib2 xdotool xwallpaper zip unzip wget pcmanfm \
|
||||
fzf man-db pipewire pipewire-pulse xcompmgr pamixer \
|
||||
xclip sxhkd imagemagick lf connman wpa_supplicant git dash arc-gtk-theme papirus-icon-theme \
|
||||
neovim lua rustup xdg-user-dirs mpd ncmpcpp unclutter \
|
||||
zsh zsh-autosuggestions zathura zathura-pdf-poppler
|
||||
xclip sxhkd imagemagick lf networkmanager rust-analyzer git dash arc-gtk-theme papirus-icon-theme \
|
||||
neovim lua rustup xdg-user-dirs mpd mpc ncmpcpp unclutter \
|
||||
zsh zsh-autosuggestions zathura zathura-pdf-poppler tmux
|
||||
|
||||
systemctl enable connman.service
|
||||
rm /bin/sh
|
||||
|
|
@ -117,7 +117,7 @@ git clone --depth=1 git@github.com:krolyxon/nvim.git ~/.config/nvim
|
|||
# paru: AUR helper
|
||||
git clone https://aur.archlinux.org/paru-bin.git && cd paru-bin && makepkg -sri && cd .. && rm -rf paru-bin
|
||||
paru -S --noconfirm htop-vim \
|
||||
zsh-fast-syntax-highlighting-git keyd-git librewolf-bin
|
||||
zsh-fast-syntax-highlighting keyd-git librewolf-bin
|
||||
|
||||
chsh -s $(which zsh)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue