Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neikei/endeavouros-workplace-setup
EndeavourOS workplace setup with ansible.
https://github.com/neikei/endeavouros-workplace-setup
ansible endeavouros endeavouros-workplace-setup
Last synced: 8 days ago
JSON representation
EndeavourOS workplace setup with ansible.
- Host: GitHub
- URL: https://github.com/neikei/endeavouros-workplace-setup
- Owner: neikei
- License: mit
- Created: 2019-09-07T20:04:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T14:33:21.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T22:06:44.468Z (about 2 months ago)
- Topics: ansible, endeavouros, endeavouros-workplace-setup
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# endeavouros-workplace-setup
[EndeavourOS](https://endeavouros.com/) workplace setup with ansible.
## Installation
```bash
# 1. Update all installed packages
sudo pacman -Syu# 2. Install ansible
sudo pacman -S ansible# 3. Download the install.yml
wget https://raw.githubusercontent.com/neikei/endeavouros-workplace-setup/master/install.yml# 4. Run the installation
ansible-playbook install.yml --ask-become-pass
```## Included software
```yaml
pacman_packages:
- chromium
- code
- geary
- git
- keepassxc
- lsof
- nmap
- nmon
- pdfsam
- tree
- vim
aur_packages:
- acroread
- seafile-client-git
- signal-desktop
- spotify
snap_packages:
- ""
unneeded_packages:
- ""
install_docker: true
```