Skip to content

Commit

Permalink
feat: ✨first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditeya committed May 5, 2023
0 parents commit 3626d2b
Show file tree
Hide file tree
Showing 96 changed files with 6,735 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .dotter/global.toml
Original file line number Diff line number Diff line change
@@ -0,0 1,8 @@
[home.files]
"home" = "~"
"home/X" = "~"
"home/bash" = "~"
"home/zsh" = "~"

[basic.files]
config = "~/.config/"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 1,3 @@
.dotter/local.toml
.dotter/cache.toml
.dotter/cache
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 1,18 @@
# My Dotfiles

Use [dotter](https://github.com/SuperCuber/dotter) to deploy

`local.toml` in `.dotter/` :
```toml
packages = ["home", "config"]
```

## Dry run deploy:
```sh
$ dotter -d deploy
```

## Deploy:
```sh
$ dotter deploy
```
Loading

0 comments on commit 3626d2b

Please sign in to comment.