Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1006 Bytes

File metadata and controls

35 lines (21 loc) · 1006 Bytes

Dotfiles

This repository contains my complete system setup, including dotfiles, tools, and configurations, managed effortlessly using Ansible. The setup has been extensively tested on Ubuntu 22.04 and Dell XPS laptops, ensuring reliability across these environments.

Overview

By leveraging Ansible, this repository provides:

  • An automated way to configure and maintain my system.
  • Version-controlled dotfiles and tools.
  • A straightforward approach to replicate my setup on new machines.

Compatibility

Tested on:

  • Ubuntu 22.04
  • Dell XPS 13 9370

Usage

Running the Full Playbook

Run the complete playbook to set up your system:

ansible-playbook -i inventory playbook.yml

This will execute all tasks defined in the lujeni role.

Notes

  • This setup is designed for personal use and may require tweaking for other environments.
  • Contributions, suggestions, or issues are welcome. Feel free to open a pull request or issue in this repository