1
0
Fork 0
dotfiles/README.md

16 lines
468 B
Markdown
Raw Normal View History

2022-09-23 19:28:12 +05:30
# README
Initial setup:
- `git clone git@git.thefossguy.com:thefossguy/dotfiles-priv.git`
- Uncomment the most appropriate line in `~/.config/alacritty/alacritty.yml`, under `import` (line 11)
2022-10-04 21:13:48 +05:30
Copy files using the following command:
```
rsync \
--verbose --recursive --size-only --human-readable \
--progress --stats \
--itemize-changes --checksum \
--exclude=".git" --exclude=".gitignore" --exclude="README.md" \
../dotfiles/ ~/ --dry-run
```