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

https://github.com/f-koehler/dotfiles

Repository for my dotfiles which I deploy using Ansible.
https://github.com/f-koehler/dotfiles

ansible configuration-files dotfiles

Last synced: 12 months ago
JSON representation

Repository for my dotfiles which I deploy using Ansible.

Awesome Lists containing this project

README

          

**Deprecated**: I now use nix to manage my user config, see: https://github.com/f-koehler/nix-configs

# dotfiles

Configuration for various programs and tools

[![Build Status](https://img.shields.io/github/workflow/status/f-koehler/dotfiles/lint)](https://github.com/f-koehler/dotfiles/actions)

## Installation

Install dotfiles with git:

- public access

```bash
git clone https://github.com/f-koehler/dotfiles.git ~/.dotfiles
```

- private access

```bash
git clone git@github.com:f-koehler/dotfiles.git ~/.dotfiles
```

## Deployment

To deploy this project run

```bash
ansible-playbook playbook.yml
```

## Dependencies

- `ansible`
- `bash`
- `curl`
- `git`