Skip to content

Repository for my dotfiles which I deploy using Ansible.

Notifications You must be signed in to change notification settings

f-koehler/dotfiles

Repository files navigation

dotfiles

Configuration for various programs and tools

Build Status

Installation

Install dotfiles with git:

  • public access

    git clone https://github.com/f-koehler/dotfiles.git ~/.dotfiles
  • private access

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

Deployment

To deploy this project run

ansible-playbook playbook.yml

Dependencies

  • ansible
  • bash
  • curl
  • git