Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/arch
A simple script for installing Arch Linux
https://github.com/jagot/arch
Last synced: about 2 months ago
JSON representation
A simple script for installing Arch Linux
- Host: GitHub
- URL: https://github.com/jagot/arch
- Owner: jagot
- License: gpl-3.0
- Created: 2014-08-31T23:48:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T10:27:47.000Z (about 9 years ago)
- Last Synced: 2024-04-17T14:12:23.395Z (9 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
arch
====A small script to prepare new installations of Arch Linux.
Run the following at the initial prompt, after having booted the
install medium:export BASE_URL="url"
curl -sSL "${BASE_URL}/arch-install.sh" | zshIdeas
-----* [ ] Automatically install console keyboard layout, patched to use
CAPS LOCK as an additional Ctrl key.
* [X] Rank mirrors using Reflector.
* [X] Change `SigLevel` in `pacman.conf` to `PackageRequired`
* [ ] Edit `/etc/makepkg.conf` to optimize compiler flags and not
compress packages (`PKGEXT='.pkg.tar'`).
* [X] Install
[Powerpill](http://xyne.archlinux.ca/projects/powerpill/) and set it
up to use Rsync. Must edit `/etc/powerpill/powerpill.json` to
include Rsync mirrors ranked in the previous step.
* Install Pacaur and configure it to use Powerpill.
* [X] Transfer config files to the new installation.
* [ ] Install some key packages into the new install:
* Zsh
* Emacs
* [ ] Add user.
* [ ] Clone configuration files.