/archinstall

Personal install scripts for my development environment

Primary LanguageShell

archinstall

Personal install scripts for my development environment

On Arch Linux, you can install this with:

> curl -fsSL https://github.com/oligot/archinstall/raw/main/arch.sh | bash

This will

  • update the system
  • install yay
  • fetch and install the dotfiles
  • install additional softwares

You can then change your default shell to zsh with

chsh -s /usr/bin/zsh