aboutsummaryrefslogtreecommitdiff
path: root/arch_install.sh
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2023-11-04 15:43:01 +0530
committerkrolxon <krolyxon@tutanota.com>2023-11-04 15:43:01 +0530
commit5d5e4a3e5d08eb3ac5a62512d8f5e2c1590870d0 (patch)
tree4c7c9668dd3c2633b0d9960cf99f806e1613b8df /arch_install.sh
parent2047183382778e3514fe21713214818ccba104a8 (diff)
changes
Diffstat (limited to 'arch_install.sh')
-rw-r--r--arch_install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch_install.sh b/arch_install.sh
index d2eee1f..7921794 100644
--- a/arch_install.sh
+++ b/arch_install.sh
@@ -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)