Files
server-dotfiles/README.md
2025-03-11 15:36:25 +11:00

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
```