Skip to content

Commit 1c1bd36

Browse files
committed
add more modules and license
1 parent 0124b2e commit 1c1bd36

4 files changed

Lines changed: 90 additions & 0 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 atomikpanda
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

modules/claude-code.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: claude-code
2+
version: "1.0.0"
3+
items:
4+
- package: claude-code
5+
via: brew-cask
6+
skip_if: command -v claude
7+
verify: claude --version
8+
9+
- package: Anthropic.ClaudeCode
10+
via: winget
11+
12+
- script: https://claude.ai/install.sh
13+
via: remote
14+
skip_if: command -v claude
15+
16+
- file: settings.json
17+
destination:
18+
macos: ~/.claude
19+
linux: ~/.claude
20+
windows: "%USERPROFILE%\\.claude"
21+
22+
- file: settings.local.json
23+
destination:
24+
macos: ~/.claude
25+
linux: ~/.claude
26+
windows: "%USERPROFILE%\\.claude"
27+
28+
- file: CLAUDE.md
29+
destination:
30+
macos: ~/.claude
31+
linux: ~/.claude
32+
windows: "%USERPROFILE%\\.claude"
33+
34+
- directory: commands
35+
destination:
36+
macos: ~/.claude/commands
37+
linux: ~/.claude/commands
38+
windows: "%USERPROFILE%\\.claude\\commands"
39+
40+
- directory: skills
41+
destination:
42+
macos: ~/.claude/skills
43+
linux: ~/.claude/skills
44+
windows: "%USERPROFILE%\\.claude\\skills"

modules/google-chrome.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: google-chrome
2+
version: "1.0.0"
3+
items:
4+
- package: google-chrome
5+
via: brew-cask
6+
skip_if: open -Ra "Google Chrome"
7+
verify: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version
8+
9+
- package: google-chrome-stable
10+
via: apt
11+
skip_if: command -v google-chrome
12+
13+
- package: google-chrome-stable
14+
via: dnf
15+
skip_if: command -v google-chrome
16+
17+
- package: Google.Chrome
18+
via: winget
19+
20+
- package: googlechrome
21+
via: choco

modules/index.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
modules:
2+
- name: claude-code
3+
version: "1.0.0"
24
- name: fastfetch
35
version: "1.0.0"
46
- name: git
57
version: "1.0.0"
8+
- name: google-chrome
9+
version: "1.0.0"
610
- name: htop
711
version: "1.0.0"
812
- name: starship

0 commit comments

Comments
 (0)