Compare commits

...

10 commits

Author SHA1 Message Date
GitHub Actions
544bf16f0f nvim: update submodule 2025-02-01 21:02:42 +00:00
GitHub Actions
3739ec6455 nvim: update submodule 2025-01-26 18:32:00 +00:00
GitHub Actions
fa38c4c444 nvim: update submodule 2025-01-20 14:58:25 +00:00
GitHub Actions
e0c1957859 nvim: update submodule 2025-01-07 14:09:13 +00:00
6799bba9fe tmux: add as git submodule 2025-01-07 14:54:42 +01:00
4f194817e3 alacritty: fix deprecated config 2024-11-06 23:22:04 +01:00
GitHub Actions
cf57ffef24 nvim: update submodule 2024-11-04 10:12:24 +00:00
GitHub Actions
2004917dbb nvim: update submodule 2024-10-25 10:51:55 +00:00
GitHub Actions
7867c4d10c Update submodules 2024-10-25 10:48:58 +00:00
ffaa0813cd git: change default branch name for new repos 2024-10-25 12:46:45 +02:00
5 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,3 @@
live_config_reload = true
working_directory = "None"
[env]
TERM = "xterm-256color"
@ -10,3 +8,7 @@ size = 16
[font.normal]
family = "JetBrains Mono"
style = "Medium"
[general]
live_config_reload = true
working_directory = "None"

@ -1 +1 @@
Subproject commit cf3193484b74bdff3cbe933f9ec19df571832e59
Subproject commit 8c2ab48ed51b4115c475476d2731014e647bfcb7

1
.config/tmux Submodule

@ -0,0 +1 @@
Subproject commit ed810ce145b0e2e387d06dda84476d5b24f126d2

View file

@ -12,3 +12,5 @@
smtpserver = smtp.konmail.net
smtpuser = seda18@rolmail.net
smtpserverport = 587
[init]
defaultBranch = main

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "nvim"]
path = .config/nvim
url = git@github.com:kada49/init.lua.git
[submodule ".config/tmux"]
path = .config/tmux
url = git@github.com:kada49/tmux.conf.git