Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 591 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 591 Bytes

My dotfiles

This directory contains the dotfiles for my system

resulting config

Requirements

  • git, ofc
  • stow to create symlinks

Installation

First, check out the dotfiles repo in your $HOME directory

$ git clone [email protected]:DanielSc4/.dotfiles.git
$ cd .dotfiles

then, using GNU stow, create symlinks from $HOME to the .dotfiles directory

$ stow .

GNU stow will place symlinks into the parent directory of where you run it ($HOME in this case).