diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-22 11:26:01 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-22 11:26:01 +0530 |
| commit | 1a2784e7df4d7c40d3eb3c5daad0f53d7474b345 (patch) | |
| tree | e4e36129d1b28b3b4b359f927f0b98d239f9d88b /arch_install.sh | |
| parent | fb9716dfd7c41c2d11b9f18afa93066548a52416 (diff) | |
zsh-fast-syntax-highlighting
Diffstat (limited to 'arch_install.sh')
| -rw-r--r-- | arch_install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch_install.sh b/arch_install.sh index a54b044..c1aba29 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -66,7 +66,7 @@ pacman -S --noconfirm xorg-server xorg-xprop xorg-xkill xorg-xsetroot xorg-xinit fzf man-db pipewire pipewire-pulse xcompmgr firefox pamixer \ xclip sxhkd imagemagick networkmanager git dash arc-gtk-theme papirus-icon-theme \ neovim lua rust-analyzer rustup xdg-user-dirs mpd ncmpcpp \ - zsh zsh-autosuggestions zsh-syntax-highlighting zathura zathura-pdf-poppler + zsh zsh-autosuggestions zathura zathura-pdf-poppler systemctl enable NetworkManager.service rm /bin/sh @@ -112,7 +112,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 -si && cd .. && rm -rf paru-bin -paru -S --noconfirm htop-vim nerd-fonts-jetbrains-mono lf-bin libxft-bgra +paru -S --noconfirm htop-vim nerd-fonts-jetbrains-mono lf-bin libxft-bgra zsh-fast-syntax-highlighting-git chsh -s $(which zsh) printf "bro do you want to install that fucking nvidia-390xx drivers? (y/n): " read driver |
