Skip to content

Commit

Permalink
sync config
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydye committed Jan 30, 2024
1 parent 7f2f5f8 commit d34b491
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file modified env.enc
Binary file not shown.
12 changes: 12 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Test
# @raycast.mode silent

# Optional parameters:
# @raycast.icon 🤖
# @raycast.packageName scripts

echo "Hello World!"
4 changes: 2 additions & 2 deletions zed/.config/zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"assistant": {
"dock": "bottom"
},
"show_completions_on_input": false,
"show_completions_on_input": true,
"vim_mode": true,
"theme": "One Dark",
"ui_font_family": "Helvetica",
Expand All @@ -19,7 +19,7 @@
"calt": true,
"liga": true
},
"buffer_font_size": 16,
"buffer_font_size": 13,
"buffer_font_family": "CommitMono",
"buffer_font_features": {
"calt": true,
Expand Down

0 comments on commit d34b491

Please sign in to comment.