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: about 2 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 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T19:35:51.000Z (4 months ago)
- Last Synced: 2025-04-22T19:14:26.970Z (about 2 months ago)
- Topics: ansible, dotfiles, fedora, linux
- Language: Shell
- Homepage:
- Size: 34.2 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
```