18 lines
No EOL
359 B
Markdown
18 lines
No EOL
359 B
Markdown
# Dotfiles
|
|
Dotfiles for `bash`, `nano`, `tmux`, etc. Includes a `setup` script that will backup any existing dotfiles and link
|
|
those found in this repository.
|
|
|
|
## Setup
|
|
Setup dotfiles:
|
|
```shell
|
|
cd ~/
|
|
git clone https://git.mcknight.tech/d_mcknight/dotfiles .dotfiles
|
|
bash .dotfiles/setup
|
|
```
|
|
|
|
## Updates
|
|
To update dotfiles:
|
|
```shell
|
|
cd ~/.dotfiles
|
|
git pull
|
|
``` |