Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 629 Bytes

File metadata and controls

39 lines (24 loc) · 629 Bytes

My dotfiles

This directory contains the dotfiles for my system

Requirements

Ensure you have the following installed on your system

Git

sudo dnf install git

Stow

sudo dnf install stow

Installation

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

$ git clone git@github.com/effectforward/dotfiles.git
$ cd dotfiles

then use GNU stow to create symlinks

$ stow .

Watch This Video For More Information

Watch This Video For More Information