feat: updated config to new release + minor script improvements

This commit is contained in:
2025-04-25 09:45:23 +02:00
parent a18e80c814
commit 90942eae3a
5 changed files with 8 additions and 4 deletions

View File

@@ -173,7 +173,7 @@
"file_icons": true,
"git_status": true,
"activate_on_close": "left_neighbour",
"always_show_close_button": false
"show_close_button": "hover"
},
"toolbar": {
"breadcrumbs": true,

View File

@@ -38,7 +38,7 @@
"command": "lazygit",
"args": [],
"env": {},
"use_new_terminal": true,
"use_new_terminal": false,
"allow_concurrent_runs": false
},
{

View File

@@ -1,6 +1,6 @@
:broom: │ 🧹 │ clean, cleanup, remove
:recycle: │ ♻️ │ recycle, actor
:wrench : │ 🔧 │ adjustment, rection, adapter
:wrench: │ 🔧 │ adjustment, rection, adapter
:gear: │ ⚙️ │ adjustment
:control_knobs: │ 🎛 │ config, adjustment
:bug: │ 🐛 │ bug
@@ -22,3 +22,6 @@
:mag_right: │ 🔎 │ search
:old_key: │ 🗝 │ dentials
:rocket: │ 🚀 │ shipping
:stopwatch: │ ⏱ │ speed, performance
:wheelchair: │ ♿️ │ accessibility, a11y
:globe_with_meridians: | 🌐 | intl, i18n, i10n, tradus, lang

View File

@@ -1,6 +1,6 @@
#!/bin/sh
emoji="$(cat ~/.config/zed/tasks/assets/emoji_list.txt | fzf | awk -F' ' '{print $1}')"
emoji="$(cat ~/.config/zed/tasks/assets/emoji_list.txt | fzf | awk -F' ' '{print $3}')"
branch="$(git branch --show-current | awk -F'/' '{print $2}')"

1
tasks/preview-doc.sh Normal file
View File

@@ -0,0 +1 @@
docs="$(ls -R . | grep "\.md")"