An open API service indexing awesome lists of open source software.

https://github.com/oligot/archinstall

Personal install scripts for my development environment
https://github.com/oligot/archinstall

archlinux installer

Last synced: about 1 year ago
JSON representation

Personal install scripts for my development environment

Awesome Lists containing this project

README

          

# archinstall

> Personal install scripts for my development environment

On Arch Linux, you can install this with:

```bash
> 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

```bash
chsh -s /usr/bin/zsh
```