Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 471 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 471 Bytes

Dotfiles

This directory contains the dotfiles for my system managed with GNU stow.

Requirements

  1. Install git
  2. Install GNU stow

Installation

  1. Clone the repository to $HOME.
$ git clone https://github.com/evanjo03/dotfiles.git
$ cd dotfiles
  1. Backup existing files.
$ mv $HOME/.config $HOME/.config.bak
$ mv $HOME/.tmux.conf $HOME/.tmux.conf
  1. Use stow to install the dotfiles.
$ stow .

TODO: Merge with stow --adopt