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
- Host: GitHub
- URL: https://github.com/oligot/archinstall
- Owner: oligot
- Created: 2011-08-25T12:46:52.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T18:20:28.000Z (about 1 year ago)
- Last Synced: 2025-03-07T19:25:34.468Z (about 1 year ago)
- Topics: archlinux, installer
- Language: Shell
- Homepage:
- Size: 1.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```