Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 493 Bytes

dotfiles

This repo contains my personal dotfiles. Inspired by Managing Your Dotfiles.

Installation

# Clone repository (including submodules) into ~/.dotfiles directory
git clone --recursive https://github.com/lexahall/dotfiles.git ~/.dotfiles

# Enter ~/.dotfiles directory
cd ~/.dotfiles

# Run install script
./install

Note: The install script is idempotent: it can safely be run multiple times.