Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 461 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 461 Bytes

Dotfiles

My State-of-the-Art Unix/Linux environment setup!

This repository contains dotfiles meant to be configured using GNU Stow, a symlink farm manager that streamlines the process of managing and applying configurations.

For instance, to apply fish configurations, you can simply run:

stow --target=$HOME -R fish

in the cloned repository directory, and it will set up the necessary symlinks for you.