first commit

This commit is contained in:
Dan Milne
2025-03-11 15:36:25 +11:00
commit eb9b51fe52
4 changed files with 135 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# 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
```