Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 523 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 523 Bytes

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