Refactor contents to be compatible with GNU Stow

This commit is contained in:
Daniel McKnight 2025-05-22 20:04:40 -07:00
parent c931ac6aae
commit e23e66f801
116 changed files with 6 additions and 100 deletions

View file

@ -1,18 +1,10 @@
# Dotfiles
Dotfiles for `bash`, `nano`, `tmux`, etc. Includes a `setup` script that will backup any existing dotfiles and link
those found in this repository.
This repository contains files that can be applied with GNU `stow`.
## Setup
Setup dotfiles:
```shell
cd ~/
git clone https://git.mcknight.tech/d_mcknight/dotfiles .dotfiles
bash .dotfiles/setup
```
## Updates
To update dotfiles:
## Usage
Clone this repository to ~/.dotfiles
```shell
cd ~/.dotfiles
git pull
```
stow .
```