An open API service indexing awesome lists of open source software.

https://github.com/vdbe/dotfiles


https://github.com/vdbe/dotfiles

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

## Clone
```sh
git clone --recursive https://github.com/vdbe/dotfiles.git
cd dotfiles
git submodule update --recursive --remote
```

## Deploy
### Makefile
```sh
make deploy
```
### Shell
```sh
stow --target $(HOME) --adopt */
git restore .
``````