dotfiles/README.md

18 lines
359 B
Markdown
Raw Normal View History

2024-06-13 20:20:55 -07:00
# Dotfiles
2024-06-13 23:03:12 -07:00
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
2024-06-13 20:20:55 -07:00
```
2024-06-13 23:03:12 -07:00
## Updates
To update dotfiles:
```shell
cd ~/.dotfiles
git pull
```