dots/README.md

20 lines
572 B
Markdown

# Personal Dotfiles :3
## Installation
Please ensure the that git is installed and you have an ssh key registered,
then execute the following command:
```bash
curl -SsL https://git.alecodes.page/alecodes/dots/raw/branch/main/bootstrap/bootstrap.sh | bash
```
Optionally, manually clone the repo to `~/.config/dotfiles/` and then execute:
```bash
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall --git https://github.com/RaphGL/Tuckr.git
tuckr set \*
```