Skip to content

My personal dotfiles, managed with Ansible and Stow.

Notifications You must be signed in to change notification settings

sdiebolt/.dotfiles

Repository files navigation

Personal dotfiles

Caution

I am currently using these dotfiles on Ubuntu 24.04 only. Use at your own risk.

Installing

To install all dependencies and deploy my dotfiles, you will need to install Git and Ansible. You can install them using the following commands:

sudo apt update
sudo apt install -y git ansible

Then, clone this repository and run the Ansible playbook:

git clone https://github.com/sdiebolt/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles
ansible-playbook -K bootstrap.yml

About

My personal dotfiles, managed with Ansible and Stow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published