https://github.com/ggabriel96/dotfiles
My personal config files and some Ansible to automate localhost configuration
https://github.com/ggabriel96/dotfiles
ansible dotfiles fedora linux
Last synced: 3 months ago
JSON representation
My personal config files and some Ansible to automate localhost configuration
- Host: GitHub
- URL: https://github.com/ggabriel96/dotfiles
- Owner: ggabriel96
- License: unlicense
- Created: 2020-11-27T01:47:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T17:11:51.000Z (about 1 year ago)
- Last Synced: 2026-01-03T19:06:20.362Z (6 months ago)
- Topics: ansible, dotfiles, fedora, linux
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
This repository contains the configuration files I use to setup my computer.
Feel free to use it too, but this is **under construction** and there is no documentation yet.
Also keep in mind that the Ansible configuration might **break your environment**.
It is an attempt to have a stable (and friendlier than bash) way to configure new Linux environments, but it is not even close to being "ready".
So be sure to know what you're doing!
By the way, I will personally mainly support Fedora (currently on 33).
However, Pop OS might be added eventually.
## Getting started
Replace `/path/to/dotfiles` in the snippet below with the path to where you cloned this repository.
```sh
pip install ansible # run it with system python, with virtual environments disabled
ansible-galaxy collection install ansible.posix community.general
ansible-playbook -K /path/to/dotfiles/ansible/configure-desktop.yml
```