14 lines
263 B
Markdown
14 lines
263 B
Markdown
# Dotfiles
|
|
## Installation
|
|
|
|
### Curl2Bash
|
|
```bash
|
|
curl -fsSL https://git.booko.info/Booko/server-dotfiles/raw/branch/main/install.sh | bash
|
|
```
|
|
|
|
### Manually
|
|
```bash
|
|
mkdir -p .config
|
|
git clone https://git.booko.info/Booko/server-dotfiles.git .config/dotfiles
|
|
```
|