https://github.com/vdbe/dotfiles
https://github.com/vdbe/dotfiles
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vdbe/dotfiles
- Owner: vdbe
- Created: 2022-07-26T10:43:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T21:26:09.000Z (almost 4 years ago)
- Last Synced: 2025-06-20T04:07:09.790Z (12 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
``````