⚡ batch (sadly)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"beta_enabled": "No",
|
||||
"ignore_all_lsp": false,
|
||||
"creation_time": "2022-04-13T07:50:41.488698952Z",
|
||||
"guuid": null,
|
||||
"guuid": "b471d867de4cbd5f1e5dc6cbe0aaffdd1397ca828c49652904c7d1ca30db10eb",
|
||||
"semantic_status": {},
|
||||
"enable_telemetry": true,
|
||||
"user_understands_that_enabling_tabnine_cloud_sends_code_to_tabnine_servers": true,
|
||||
@@ -32,12 +32,14 @@
|
||||
"model_hash_override": null,
|
||||
"local_indexing": null,
|
||||
"heartbeat_interval_seconds": null,
|
||||
"last_service_level": "FreeCloudRegistered",
|
||||
"last_service_level": "FreeCloud",
|
||||
"override_beams": null,
|
||||
"override_context_length": null,
|
||||
"onboarding": null,
|
||||
"has_git_repos": null,
|
||||
"gusr": null,
|
||||
"gusr": {
|
||||
"dgc": "b471d867de4cbd5f1e5dc6cbe0aaffdd1397ca828c49652904c7d1ca30db10eb"
|
||||
},
|
||||
"exclude_file_masks": null,
|
||||
"inline_suggestions_mode": true,
|
||||
"use_specialized_model_if_available": null,
|
||||
|
@@ -10,7 +10,7 @@ beep_on_errors=true
|
||||
auto_focus=false
|
||||
sidebar_symbol_visible=true
|
||||
sidebar_openfiles_visible=true
|
||||
editor_font=Ubuntu Sans Mono Medium 8
|
||||
editor_font=BlexMono Nerd Font Mono Medium 8
|
||||
tagbar_font=Ubuntu Mono 8
|
||||
msgwin_font=Ubuntu Mono Bold 8
|
||||
show_notebook_tabs=false
|
||||
@@ -141,6 +141,7 @@ treeview_position=226
|
||||
msgwindow_position=710
|
||||
geometry=321;29;1275;1020;0;
|
||||
use_native_dialogs=true
|
||||
skip_confirmation_for_replace_in_session=false
|
||||
|
||||
[tools]
|
||||
terminal_cmd=konsole "%c"
|
||||
@@ -156,6 +157,7 @@ print_page_numbers=true
|
||||
print_page_header=true
|
||||
page_header_basename=false
|
||||
page_header_datefmt=%c
|
||||
print_cmd_common_format=lpr '%d/%f'
|
||||
|
||||
[VTE]
|
||||
load_vte=true
|
||||
|
@@ -43,25 +43,21 @@
|
||||
# my setup
|
||||
[core]
|
||||
editor = vim
|
||||
pager = delta
|
||||
pager = PAGER=less delta
|
||||
whitespace = -trailing-space,-space-before-tab
|
||||
compression = 9 # trade cpu for network
|
||||
[alias]
|
||||
# * replaced by git-extras
|
||||
# * (alias) aliases = !git config -l | grep ^alias | cut -c 7- | sort # List all aliases. Stolen from here: https://twitter.com/TrevorBramble/status/774292970681937920
|
||||
branch-default = !git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@'
|
||||
# * branches (↓) = for-each-ref --sort=-committerdate refs --format=\"%(authordate:iso8601)\t%(color:blue)%(refname:short)%(HEAD)\t%(if:notequals="")%(upstream:short)%(then)→ %(upstream:short)%(color:reset)%(else)%(color:yellow)%(objectname:short)%(color:reset)\t%(contents:subject)%(end)\"
|
||||
h-branches = !echo 'brv (git-extras)'
|
||||
tags = tag -l --sort=-creatordate --format='%(refname:short): [%(creatordate:short)] %(subject)'
|
||||
# * authors: log-authors = shortlog -ns
|
||||
h-format-htma = !echo '%Cred%h%Creset %Cgreen[%ad] -%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset'
|
||||
commit--interactive= !clear && git status && git commit --interactive
|
||||
diff-dirs = diff --dirstat --find-copies --find-renames --histogram --color
|
||||
notes-json = !git notes | njs -p '$.stdin.lines().map(l=> l.split(\" \")).map(([ id_note, id_commit ])=> ({id_commit, id_note, head: s.$().run`git show ${id_note}`.head().toString().split(\"\\n\")}))' 'o=> JSON.stringify(o, null, \"\t\")'
|
||||
submodule-update-merge = submodule update --remote --merge
|
||||
symbolic-ref-defaultBranch = !git symbolic-ref refs/remotes/origin/HEAD | cut -d'/' -f4-
|
||||
tag-l = tag -l --sort=-creatordate --format='%(refname:short): [%(creatordate:short)] %(subject)'
|
||||
h-branches = !echo 'brv (git-extras)'
|
||||
h-format-htma = !echo '%Cred%h%Creset %Cgreen[%ad] -%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset'
|
||||
h-unstage = !echo reset HEAD --
|
||||
h-undoall = !echo reset --soft HEAD^
|
||||
diff-dirs = diff --dirstat --find-copies --find-renames --histogram --color
|
||||
h-submodule-delete = !echo 'delete-submodule (git-extras)' # * delete-submodule: rm-submodule = !git submodule deinit -f $1 && rm -rf .git/modules/$1 && git rm -rf $1
|
||||
submodule-update-merge = submodule update --remote --merge
|
||||
set-upstream-to-current = !git branch --set-upstream-to=origin/`git symbolic-ref --short HEAD`
|
||||
h-submodule-delete = !echo 'delete-submodule (git-extras)'
|
||||
[diff]
|
||||
wsErrorHighlight = all
|
||||
tool = vimdiff
|
||||
@@ -78,6 +74,7 @@
|
||||
conflictstyle = zdiff3
|
||||
[delta] # [dandavison/delta: A syntax-highlighting pager for git, diff, and grep output](https://github.com/dandavison/delta)
|
||||
syntax-theme= Visual Studio Dark+
|
||||
dark = true
|
||||
navigate = true
|
||||
side-by-side = true
|
||||
line-numbers = true
|
||||
|
@@ -21,8 +21,8 @@
|
||||
"exec": "yes",
|
||||
"description": "AI Browser",
|
||||
"glare": "AppImage",
|
||||
"last_update": "2025-04-01T05:57:12Z",
|
||||
"version": "3.8.0",
|
||||
"last_update": "2025-06-09T14:57:33Z",
|
||||
"version": "3.9.0",
|
||||
"downloads": "/home/jaandrle/bin/pinokio"
|
||||
},
|
||||
{
|
||||
@@ -136,9 +136,9 @@
|
||||
"group": "nondev",
|
||||
"file_name": "fedistar.appimage",
|
||||
"exec": "yes",
|
||||
"last_update": "2025-04-08T11:56:38Z",
|
||||
"last_update": "2025-07-29T14:08:34Z",
|
||||
"downloads": "/home/jaandrle/bin/fedistar.appimage",
|
||||
"version": "v1.11.3",
|
||||
"version": "v1.11.8",
|
||||
"glare": ".*amd64.*.AppImage"
|
||||
},
|
||||
{
|
||||
@@ -148,9 +148,9 @@
|
||||
"group": "ai",
|
||||
"file_name": "ollama",
|
||||
"exec": "yes",
|
||||
"last_update": "2025-04-26T09:16:02Z",
|
||||
"last_update": "2025-08-25T18:04:05Z",
|
||||
"downloads": "/home/jaandrle/bin/ollama",
|
||||
"version": "v0.6.7-rc1",
|
||||
"version": "v0.11.7",
|
||||
"glare": "linux-amd64"
|
||||
},
|
||||
{
|
||||
@@ -173,8 +173,8 @@
|
||||
"file_name": "vim",
|
||||
"exec": "yes",
|
||||
"downloads": "/home/jaandrle/bin/vim",
|
||||
"version": "v9.1.1355",
|
||||
"last_update": "2025-04-30T01:25:38Z",
|
||||
"version": "v9.1.1696",
|
||||
"last_update": "2025-08-27T01:22:07Z",
|
||||
"glare": "GVim.*x86_64.*.AppImage"
|
||||
},
|
||||
{
|
||||
@@ -184,9 +184,9 @@
|
||||
"group": "dev",
|
||||
"file_name": "escrcpy.appimage",
|
||||
"exec": "yes",
|
||||
"last_update": "2025-04-27T07:04:58Z",
|
||||
"last_update": "2025-07-15T10:25:01Z",
|
||||
"downloads": "/home/jaandrle/bin/escrcpy.appimage",
|
||||
"version": "v1.29.6",
|
||||
"version": "v1.30.2",
|
||||
"glare": ".*x86_64.*.AppImage"
|
||||
},
|
||||
{
|
||||
@@ -208,9 +208,9 @@
|
||||
"group": "ai",
|
||||
"file_name": "jan",
|
||||
"exec": "yes",
|
||||
"last_update": "2025-03-24T02:02:04Z",
|
||||
"last_update": "2025-08-14T09:29:09Z",
|
||||
"downloads": "/home/jaandrle/bin/jan",
|
||||
"version": "v0.5.16",
|
||||
"version": "v0.6.8",
|
||||
"glare": ".*x86_64.*.AppImage"
|
||||
},
|
||||
{
|
||||
@@ -250,4 +250,4 @@
|
||||
"version": "konnektoren-mobile-app-v0.1.4"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user