Compare commits
12 Commits
3e6fdc7b9d
...
6034323fb9
| Author | SHA1 | Date | |
|---|---|---|---|
| 6034323fb9 | |||
| 6e82a49ba6 | |||
| 4719e8d355 | |||
| 2d79c5728a | |||
| 7c91379f6c | |||
| f7a7f031ff | |||
| 994e3b4662 | |||
| 6a5f15c86b | |||
| 61b6984dca | |||
| fdc95f72e3 | |||
| f375076fe1 | |||
| ac18f6be8b |
@@ -10,6 +10,8 @@ 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{
|
||||
|
||||
1
lazygit-use-zsh/.config/lazygit/bin/bash
Symbolic link
1
lazygit-use-zsh/.config/lazygit/bin/bash
Symbolic link
@@ -0,0 +1 @@
|
||||
/bin/zsh
|
||||
2
lazygit-use-zsh/bin/lazygit
Executable file
2
lazygit-use-zsh/bin/lazygit
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
PATH="$PATH:$HOME/.config/lazygit/bin" exec /usr/bin/lazygit "$@"
|
||||
@@ -11,3 +11,6 @@ gui:
|
||||
theme:
|
||||
selectedLineBgColor:
|
||||
- reverse
|
||||
|
||||
git:
|
||||
autoFetch: false
|
||||
|
||||
5
shell/.ashrc
Normal file
5
shell/.ashrc
Normal file
@@ -0,0 +1,5 @@
|
||||
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 ~)'
|
||||
@@ -38,6 +38,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user