stuf
This commit is contained in:
parent
6eeee7ac88
commit
ad083cc62c
9 changed files with 26 additions and 27 deletions
|
|
@ -1,16 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Categories=Utility;Security;Qt;
|
||||
Comment=Community-driven port of the Windows application “KeePass Password Safe”
|
||||
Exec=keepassxc %f
|
||||
GenericName=Password Manager
|
||||
Icon=keepassxc
|
||||
MimeType=application/x-keepass2;
|
||||
Name=KeePassXC
|
||||
SingleMainWindow=true
|
||||
StartupNotify=true
|
||||
StartupWMClass=keepassxc
|
||||
Terminal=false
|
||||
TryExec=keepassxc
|
||||
Type=Application
|
||||
Version=1.5
|
||||
X-GNOME-SingleWindow=true
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
j = "jump_view_up";
|
||||
k = "jump_view_down";
|
||||
};
|
||||
i = "@:toggle las.display-inlay-hints";
|
||||
i = "@:toggle lsp.display-inlay-hints<ret>";
|
||||
t = {
|
||||
r = "@mip:reflow<ret>";
|
||||
s = "@<A-s>:sort<ret>";
|
||||
|
|
@ -192,6 +192,13 @@
|
|||
unit = "\t";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "microcad";
|
||||
scope = "source.microcad";
|
||||
file-types = ["µcad" "mcad" "ucad"];
|
||||
language-servers = ["microcad-lsp"];
|
||||
comment-tokens = "//";
|
||||
}
|
||||
{
|
||||
name = "nix";
|
||||
auto-format = true;
|
||||
|
|
@ -238,6 +245,9 @@
|
|||
# lspmux = {
|
||||
# command = "lspmux";
|
||||
# };
|
||||
microcad-lsp = {
|
||||
command = "microcad-lsp";
|
||||
};
|
||||
|
||||
basedpyright = {
|
||||
command = "basedpyright-langserver";
|
||||
|
|
|
|||
|
|
@ -15,10 +15,13 @@ alias cringe = sudo bootctl set-oneshot auto-windows
|
|||
|
||||
def h [query?: path] {
|
||||
(if ($query != null) {sk -1 -q ($query | path basename)} else {sk -1})
|
||||
| complete
|
||||
| if $in.exit_code == 0 {
|
||||
$in.stdout | str trim | hx $in
|
||||
}
|
||||
| if ($in != "") {
|
||||
hx $in
|
||||
}
|
||||
# | complete
|
||||
# | if $in.exit_code == 0 {
|
||||
# $in.stdout | str trim | hx $in
|
||||
# }
|
||||
}
|
||||
|
||||
def srg [] {
|
||||
|
|
@ -36,6 +39,7 @@ alias jp = jj git push
|
|||
alias js = jj status
|
||||
alias jw = jj workspace update-stale
|
||||
alias jt = jj log -r @ -T `description`
|
||||
alias jn = jj next --edit
|
||||
|
||||
def jm --wrapped [-r: string = "@", ...rest] {
|
||||
mut r = $r
|
||||
|
|
|
|||
|
|
@ -67,9 +67,9 @@ def bump [...rest] {
|
|||
}
|
||||
let r = jj log -r @ --no-pager --no-graph --template 'change_id'
|
||||
sudo nix flake update
|
||||
let curr_gen = get_gen()
|
||||
let curr_gen = get_gen
|
||||
let build_status = rebuild boot
|
||||
let new_gen = get_gen()
|
||||
let new_gen = get_gen
|
||||
if ($build_status and ($curr_gen == $new_gen)) {
|
||||
jj desc -r $r -m $"bump (date now | format date "%Y-%m-%d")"
|
||||
jj bookmark set main -r $r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue