We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244d5ad commit b4138e8Copy full SHA for b4138e8
devbox.json
@@ -6,7 +6,10 @@
6
"cargo-watch@latest"
7
],
8
"shell": {
9
- "init_hook": [],
+ "init_hook": [
10
+ "mkdir -p ~/.leetcode",
11
+ "cp leetcode.toml ~/.leetcode/"
12
+ ],
13
"scripts": {
14
"leet": "nix run github:clearloop/leetcode-cli",
15
"dev": "cargo watch -x run",
leetcode.toml
@@ -0,0 +1,13 @@
1
+[code]
2
+editor = 'nvim'
3
+lang = 'rust'
4
+
5
+[cookies]
+csrf = ''
+session = ''
+[storage]
+cache = 'Problems'
+code = 'code'
+root = '~/ghq/github.com/ryoppippi/leetcode'
+scripts = 'scripts'
0 commit comments