diff --git a/.config/.gitignore b/.config/.gitignore new file mode 100644 index 0000000..1cf4af6 --- /dev/null +++ b/.config/.gitignore @@ -0,0 +1,7 @@ +* +!.gitignore +!atuin +!zellij +!polybar +!alactrity + diff --git a/.config/alacritty/themes b/.config/alacritty/themes index 86c5784..4091fdd 160000 --- a/.config/alacritty/themes +++ b/.config/alacritty/themes @@ -1 +1 @@ -Subproject commit 86c578469e2bf784faf6f916883bf48349ff4f6d +Subproject commit 4091fddff8da892d5594e94116927c7445620867 diff --git a/.config/atuin/config.toml b/.config/atuin/config.toml index 90d707c..2e6d266 100644 --- a/.config/atuin/config.toml +++ b/.config/atuin/config.toml @@ -265,4 +265,3 @@ records = true ## The "workspace" mode is skipped when not in a workspace or workspaces = false. ## Default filter mode can be overridden with the filter_mode setting. # filters = [ "global", "host", "session", "workspace", "directory" ] - diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71b8e09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.config.bak