Compare commits

..

9 Commits

Author SHA1 Message Date
Lukasz Pankowski
3e6fdc7b9d kakoune: fix for busybox awk: use middle dot unicode character instead of unicode escape for nbsp 2026-07-17 10:29:21 +02:00
Lukasz Pankowski
d2b7671987 kakoune: add kak-tree-sitter config for odin 2026-07-17 09:45:01 +02:00
Lukasz Pankowski
2820b395c2 kakoune: add kak-tree-sitter config for gotmpl
modify file
~/.local/share/kak-tree-sitter/queries/gotmpl/7275b7f85014aad7e15d4987ec4f2249572eecfb/injections.scm
adding:
((text) @injection.content
 (#set! injection.language "html")
 (#set! injection.combined))
2026-07-17 09:45:01 +02:00
Lukasz Pankowski
c5cd01cbc4 kakoune: add kak-tree-sitter config for templ 2026-07-17 09:45:01 +02:00
Lukasz Pankowski
b4ab641fb7 kakoune: use kak-tree-sitter, update five-colors themes 2026-07-17 09:45:01 +02:00
Lukasz Pankowski
d63711ed06 lupan-set-theme: now works with busybox readlink 2026-07-13 21:02:01 +02:00
Lukasz Pankowski
a6e37c95d7 kakoune: keys to comment block and line 2026-07-11 15:09:29 +02:00
Lukasz Pankowski
b9ed91ed57 waybar: restart on theme change 2026-07-11 12:19:42 +02:00
Lukasz Pankowski
bc41c5ff77 mango config with waybar 2026-07-11 12:19:42 +02:00
6 changed files with 0 additions and 15 deletions

View File

@@ -10,8 +10,6 @@ hook global WinCreate .* %{
hook global BufCreate .*\.templ %{ set buffer filetype templ }
hook global BufCreate .*\.html.tmpl %{ set buffer filetype gotmpl }
hook global WinCreate ^[^*]+$ %{editorconfig-load}
# LOCAL
nop %sh{

View File

@@ -1 +0,0 @@
/bin/zsh

View File

@@ -1,2 +0,0 @@
#!/bin/sh
PATH="$PATH:$HOME/.config/lazygit/bin" exec /usr/bin/lazygit "$@"

View File

@@ -11,6 +11,3 @@ gui:
theme:
selectedLineBgColor:
- reverse
git:
autoFetch: false

View File

@@ -1,5 +0,0 @@
alias k=kak
alias kc='kak -c "$(kak -l | fzf)"'
alias kd='kak -s "$(printf %s $PWD | xargs basename)"'
alias lg=lazygit
alias z='cd $(fzf --walker dir --walker-root ~)'

View File

@@ -38,8 +38,6 @@ fi
export GOPATH=~/.cache/go
export GOBIN=~/.local/bin
export ENV=~/.ashrc
# start X or Hyprland at login
if [ -z "$DISPLAY" -a -z "$WAYLAND_DISPLAY" -a "$(tty)" = /dev/tty1 ]; then
if which /usr/bin/sx > /dev/null; then