Euvaz / dotfiles

Repository hosting my dotfiles, with Ansible deployability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

A minimal repository dedicated to hosting my Linux dotfiles.

Utilizing Ansible and a Bash script in order to handle dependencies and perform configuration tasks.

How it works

This repository hosts valuable configuration files that I would like to be identical across my machines. Configuration files are stored within this repo, and symbolic links are created to their respective directories in $HOME and $HOME/.config.

Execution

$ ansible-playbook -i hosts.yaml init.yaml --ask-become-pass

About

Repository hosting my dotfiles, with Ansible deployability.

License:GNU General Public License v3.0


Languages

Language:Lua 88.4%Language:Shell 8.6%Language:Python 2.9%