We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6edf8 commit 3e90ab9Copy full SHA for 3e90ab9
README.md
@@ -2,10 +2,10 @@
2
3
<img src="https://user-images.githubusercontent.com/45391880/184128345-ab2ed635-c9e8-466e-b9a1-d8b0d05e68a7.png" width="50%">
4
5
-Example: [My settings is here](https://github.com/kat0h/dotfiles/blob/master/bin/dot.ts)
+Example: [My settings is here](https://github.com/kat0h/dotfiles/blob/master/bin/dot)
6
7
```typescript
8
-#!/usr/bin/env -S deno run -A
+#!/usr/bin/env -S deno run -A --ext ts
9
import Dfm from "https://deno.land/x/dfm/mod.ts";
10
import { Shell, Repository, Symlink } from "https://deno.land/x/dfm/plugin/mod.ts";
11
import { fromFileUrl } from "https://deno.land/std@0.149.0/path/mod.ts";
0 commit comments