Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 678 Bytes

Description

This repository contains configuration files for my local Linux rig. The dotfiles are managed by GNU Stow.

Installation

Clone the repository:

$ git clone https://github.com/squattingmonk/dotfiles

If you wish to install all the config files, run the install script:

$ dotfiles/install

Otherwise, switch to the repository directory and manually stow the packages you wish to install:

$ cd dotfiles
$ stow bash
$ stow bspwm
$ stow fish
# etc...

Installation will not override any local files or symlinks. If you wish to override your local files, you must delete or move them first.