Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 786 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 786 Bytes

dotfiles

Repository for my dotfiles version control

Pre-requisites

Make sure the following is installed

Stow

pacman -S stow

Git

pacman -S git

Usage

Clone the repository in the $HOME directory

> git clone [email protected]:luis-cvqz/dotfiles.git
> cd dotfiles

Then stow all over the place

# This repository's directory disposition is designed so you can stow individual dotfiles and not all at the same time
# (Be aware that some may have dependencies between them)
> stow zsh # For a single dotfile
> stow zsh kitty hyprland bash # For multiple dotfiles

Credits
Repository created following this short YouTube guide:

Stow has forever changed the way I manage my dotfiles