Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tillerburr/ansible-dotfiles
My dotfiles, now powered by ansible
https://github.com/tillerburr/ansible-dotfiles
Last synced: about 2 months ago
JSON representation
My dotfiles, now powered by ansible
- Host: GitHub
- URL: https://github.com/tillerburr/ansible-dotfiles
- Owner: TillerBurr
- Created: 2024-01-29T22:58:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T14:56:28.000Z (2 months ago)
- Last Synced: 2024-11-15T15:43:04.357Z (2 months ago)
- Language: Lua
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My configuration files for Linux. I was setting up a new machine and got tired of things
not installing properly/reproducibly.## Ubuntu
```sh
sudo apt install -y git
```# Clone the repository
```sh
git clone [email protected]:tillerburr/ansible-dotfiles.git
cd ansible-dotfiles
```# Install Ansible
```sh
pip3 install ansible
```# Run playbook
```sh
ansible-playbook --ask-become-pass --ask-vault-pass setup.yml
```