diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-09-15 16:00:33 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-09-15 16:00:33 +0530 |
| commit | 3978085b3039a042f577fded286cd5116c84dce9 (patch) | |
| tree | 96b19f48fcb0563622c2ac6823fb786c60f6a853 | |
| parent | a7c78a5539066b9d7076dac37043fd6b379ad2e6 (diff) | |
switch to librewolf
| -rw-r--r-- | arch_install.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch_install.sh b/arch_install.sh index 9214fa0..0ff140e 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -63,7 +63,7 @@ pacman -S --noconfirm xorg-server xorg-xprop xorg-xkill xorg-xsetroot xorg-xinit jq mpv ncdu maim transmission-cli yt-dlp cowsay \ pacman-contrib pavucontrol rsync ripgrep ueberzug ffmpegthumbnailer python-pywal \ sxiv xdotool xwallpaper zip unzip wget pcmanfm \ - fzf man-db pipewire pipewire-pulse xcompmgr firefox pamixer \ + fzf man-db pipewire pipewire-pulse xcompmgr pamixer \ xclip sxhkd imagemagick connman wpa_supplicant git dash arc-gtk-theme papirus-icon-theme \ neovim lua rustup xdg-user-dirs mpd ncmpcpp \ zsh zsh-autosuggestions zathura zathura-pdf-poppler @@ -108,7 +108,9 @@ 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 nerd-fonts-jetbrains-mono lf-bin libxft-bgra zsh-fast-syntax-highlighting-git keyd-git +paru -S --noconfirm htop-vim nerd-fonts-jetbrains-mono lf-bin libxft-bgra \ + zsh-fast-syntax-highlighting-git keyd-git librewolf-bin + chsh -s $(which zsh) printf "bro do you want to install that fucking nvidia-390xx drivers? (y/n): " read driver |
