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.
- Host: GitHub
- URL: https://github.com/f-koehler/dotfiles
- Owner: f-koehler
- Created: 2020-07-15T12:02:23.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T16:35:38.000Z (about 1 year ago)
- Last Synced: 2025-04-07T17:40:27.595Z (about 1 year ago)
- Topics: ansible, configuration-files, dotfiles
- Language: Python
- Homepage:
- Size: 1.28 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
[](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`