Refactor contents to be compatible with GNU Stow
This commit is contained in:
parent
c931ac6aae
commit
e23e66f801
116 changed files with 6 additions and 100 deletions
20
README.md
20
README.md
|
@ -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 .
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue