Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.03 KB

LinkedIn

Dotfiles

This is a collection of my personal configuration files.

The layout is suited best for GNU Stow - which is a symlink manager and can be found on the GNU Website

You can of course choose to manage it yourself :-).

Software Used

Use with GNU Stow

  1. git clone the repo
  2. cd into the repo (default name is dotfiles)
  3. run stow <foldername> to copy that symlink
  4. Or run it in a loop for all of them like so:
for dir in $(ls -d */); do stow $dir ; done