https://github.com/schemar/arch-dev-setup
https://github.com/schemar/arch-dev-setup
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/schemar/arch-dev-setup
- Owner: schemar
- License: mit
- Created: 2015-09-27T11:23:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T11:49:32.000Z (over 9 years ago)
- Last Synced: 2025-03-06T00:07:59.967Z (2 months ago)
- Language: Shell
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arch Dev Setup
Setting up a dev machine with arch linux.
## Prerequisites
- Arch base system
- Network ([Devices](https://wiki.archlinux.org/index.php/Network_configuration#Device_names) and [DHCP](https://wiki.archlinux.org/index.php/Systemd-networkd#Basic_DHCP_network))
- git (`pacman -S git-core`)
- clone this repo (`git clone https://github.com/apheleia/arch-dev-setup.git`)## Usage
- run `base-setup.sh` to install a basic ansible.
- run ansible `base.yml` as root to setup machine
- run ansible `local.yml` as normal user to setup the rest
- `$ ansible-playbook local.yml --ask-become-pass`
- `$ ansible-playbook local.yml --ask-become-pass --skip-tags aur` if you do not want to install the AUR packages