Compare commits
3 Commits
yazi
...
f1e9c49940
Author | SHA1 | Date | |
---|---|---|---|
f1e9c49940
|
|||
8d9a798078
|
|||
7ffcd8b922
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,6 +4,3 @@
|
|||||||
[submodule "alacritty-theme"]
|
[submodule "alacritty-theme"]
|
||||||
path = alacritty-theme
|
path = alacritty-theme
|
||||||
url = git@github.com:alacritty/alacritty-theme
|
url = git@github.com:alacritty/alacritty-theme
|
||||||
[submodule "yazi/flavors"]
|
|
||||||
path = yazi/flavors
|
|
||||||
url = https://github.com/yazi-rs/flavors.git
|
|
||||||
|
@ -47,10 +47,6 @@ mimeapps = { source = "mimeapps.list", target = ".config/mimeapps.list" }
|
|||||||
# navi
|
# navi
|
||||||
navi = { source = "navi", target = ".config/navi" }
|
navi = { source = "navi", target = ".config/navi" }
|
||||||
|
|
||||||
# yazi
|
|
||||||
yazi_flavors = { source = "yazi/flavors", target = ".config/yazi/flavors", ignore = [ "*.md", "scripts", "LICENSE", "*.json", "*.yaml", ".git", ".github", ".gitignore" ] }
|
|
||||||
yazi_theme = { source = "yazi/theme.toml", target = ".config/yazi/theme.toml" }
|
|
||||||
|
|
||||||
# zellij
|
# zellij
|
||||||
zellij = { source = "zellij", target = ".config/zellij" }
|
zellij = { source = "zellij", target = ".config/zellij" }
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@ alacritty_theme = "Catppuccin-Macchiato"
|
|||||||
helix_theme = "catppuccin_mocha"
|
helix_theme = "catppuccin_mocha"
|
||||||
zellij_theme = "catppuccin-macchiato"
|
zellij_theme = "catppuccin-macchiato"
|
||||||
bat_theme = "Catppuccin Mocha"
|
bat_theme = "Catppuccin Mocha"
|
||||||
yazi_flavor = "catppuccin-mocha"
|
|
||||||
|
@ -28,3 +28,42 @@ _ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }
|
|||||||
|
|
||||||
[keys.normal.space]
|
[keys.normal.space]
|
||||||
i = ":toggle lsp.display-inlay-hints"
|
i = ":toggle lsp.display-inlay-hints"
|
||||||
|
|
||||||
|
# Git integration with lazygit
|
||||||
|
[keys.normal]
|
||||||
|
C-g = [
|
||||||
|
":write-all",
|
||||||
|
":insert-output lazygit >/dev/tty",
|
||||||
|
":redraw",
|
||||||
|
":reload-all"
|
||||||
|
]
|
||||||
|
|
||||||
|
# File explorer with yazi
|
||||||
|
[keys.normal.space]
|
||||||
|
e = [
|
||||||
|
":sh rm -f /tmp/unique-file-c5140c67",
|
||||||
|
":insert-output yazi '%{buffer_name}' --chooser-file=/tmp/unique-file-c5140c67",
|
||||||
|
":insert-output echo \"x1b[?1049h\" > /dev/tty",
|
||||||
|
":open %sh{cat /tmp/unique-file-c5140c67}",
|
||||||
|
":redraw",
|
||||||
|
":set mouse false",
|
||||||
|
":set mouse true",
|
||||||
|
]
|
||||||
|
E = [
|
||||||
|
":sh rm -f /tmp/unique-file-bea21125",
|
||||||
|
":insert-output yazi '%{workspace_directory}' --chooser-file=/tmp/unique-file-bea21125",
|
||||||
|
":insert-output echo \"x1b[?1049h\" > /dev/tty",
|
||||||
|
":open %sh{cat /tmp/unique-file-bea21125}",
|
||||||
|
":redraw",
|
||||||
|
":set mouse false",
|
||||||
|
":set mouse true",
|
||||||
|
]
|
||||||
|
|
||||||
|
# Search and replace with scooter
|
||||||
|
[keys.normal]
|
||||||
|
C-r = [
|
||||||
|
":write-all",
|
||||||
|
":insert-output scooter >/dev/tty",
|
||||||
|
":redraw",
|
||||||
|
":reload-all"
|
||||||
|
]
|
||||||
|
@ -3,4 +3,3 @@ alacritty_theme = "Catppuccin-Latte"
|
|||||||
helix_theme = "catppuccin_latte"
|
helix_theme = "catppuccin_latte"
|
||||||
zellij_theme = "catppuccin-latte"
|
zellij_theme = "catppuccin-latte"
|
||||||
bat_theme = "Catppuccin Latte"
|
bat_theme = "Catppuccin Latte"
|
||||||
yazi_flavor = "catppuccin-latte"
|
|
||||||
|
Submodule yazi/flavors deleted from 68326b4ca4
@ -1,3 +0,0 @@
|
|||||||
[flavor]
|
|
||||||
dark = "{{yazi_flavor}}"
|
|
||||||
light = "{{yazi_flavor}}"
|
|
@ -5,7 +5,7 @@ keybinds {
|
|||||||
// bind "Alt c" { Copy; }
|
// bind "Alt c" { Copy; }
|
||||||
}
|
}
|
||||||
locked {
|
locked {
|
||||||
bind "Ctrl g" { SwitchToMode "Normal"; }
|
bind "Alt g" { SwitchToMode "Normal"; }
|
||||||
}
|
}
|
||||||
resize {
|
resize {
|
||||||
bind "Ctrl n" { SwitchToMode "Normal"; }
|
bind "Ctrl n" { SwitchToMode "Normal"; }
|
||||||
|
9
zsh.d/resume.zsh
Normal file
9
zsh.d/resume.zsh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Allow Ctrl-z to toggle between suspend and resume
|
||||||
|
function Resume {
|
||||||
|
fg
|
||||||
|
zle push-input
|
||||||
|
BUFFER=""
|
||||||
|
zle accept-line
|
||||||
|
}
|
||||||
|
zle -N Resume
|
||||||
|
bindkey "^Z" Resume
|
@ -1,5 +1,5 @@
|
|||||||
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
# export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
|
||||||
export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
# export DOCKER_SOCKET="$XDG_RUNTIME_DIR/docker.sock"
|
||||||
export EDITOR="helix"
|
export EDITOR="helix"
|
||||||
export FINDER="sk"
|
export FINDER="sk"
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
Reference in New Issue
Block a user