This repository contains my dotfiles. I use GNU Stow to manage them.
Note: This is a work in progress. I am still in the process of moving my dotfiles to this repository.
Note (2): I am using Ubuntu 24.04 LTS. I am not sure if these dotfiles will work on other distributions.
Clone this repository:
cd /path/to/your/dotfiles # My preference is ~/projects
git clone https://github.com/lpsouza/dotfiles.git
Install stow
:
sudo apt install stow
Stow the stow
configuration:
cd /path/to/your/dotfiles
stow -t ~/ stow