Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```