jamesejr / dotfiles

My personal dotfiles for my system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

My personal dotfiles configured for my system.

Requirements

The following packages must be installed on the system.

Git

brew install git

Stow

brew install stow

Installation

To get started, check out the dotfiles repo in your $HOME directory using git.

$ git clone git@github.com:jamesejr/dotfiles.git
$ cd dotfiles

Next, use GNU stow to create the symlinks.

$ stow .

Credits

Method adopted from Dreams of Autonomy dotfiles video.

About

My personal dotfiles for my system


Languages

Language:Shell 52.0%Language:Lua 48.0%