15 lines
299 B
Markdown
15 lines
299 B
Markdown
This repository contains various configuration files.
|
|
|
|
## Usage
|
|
|
|
### `nano`
|
|
|
|
```sh
|
|
curl https://gitea.paulaumann.com/paul/dotfiles/raw/branch/main/.nanorc > ~/.nanorc
|
|
```
|
|
|
|
### `tmux`
|
|
|
|
```sh
|
|
curl https://gitea.paulaumann.com/paul/dotfiles/raw/branch/main/.tmux.conf > ~/.tmux.conf
|
|
``` |