https://github.com/lambdalisue/dotfiles
🩳 My personal dotfiles
https://github.com/lambdalisue/dotfiles
chezmoi dotfiles
Last synced: 6 months ago
JSON representation
🩳 My personal dotfiles
- Host: GitHub
- URL: https://github.com/lambdalisue/dotfiles
- Owner: lambdalisue
- Created: 2018-12-19T09:43:54.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T07:54:43.000Z (6 months ago)
- Last Synced: 2025-03-26T08:34:55.612Z (6 months ago)
- Topics: chezmoi, dotfiles
- Language: Vim Script
- Homepage:
- Size: 809 KB
- Stars: 39
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🩳 dotfiles
My personal dotfiles managed by my personal [Deno] script.
[Deno]: https://deno.land
## Usage
Install [Deno] and execute the `link` task like below:
```console
$ deno task link
```Above runs the `link` task with dry-run mode. Use `--execute` flag to actually
link the dotfiles.```console
$ deno task link --execute
```And use `--force` flag to overwrite existing files.
```console
$ deno task link --execute --force
```## Entries
Edit one of the following files to determine the entries.
- `.dotfiles`
## License