From c4b2064d9e41b41622db00224b15a8ae6107514f Mon Sep 17 00:00:00 2001 From: mpuchstein Date: Sat, 8 Mar 2025 08:03:49 +0100 Subject: [PATCH] switching to yadm --- .config/alacritty/themes | 2 +- .gitmodules | 6 ------ .zlogin | 1 + .zlogout | 1 + .zprezto | 1 + .zpreztorc | 1 + .zprofile | 1 + .zshenv | 1 + .zshrc | 1 + 9 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .gitmodules create mode 120000 .zlogin create mode 120000 .zlogout create mode 160000 .zprezto create mode 120000 .zpreztorc create mode 120000 .zprofile create mode 120000 .zshenv create mode 120000 .zshrc diff --git a/.config/alacritty/themes b/.config/alacritty/themes index aff9d11..687675f 160000 --- a/.config/alacritty/themes +++ b/.config/alacritty/themes @@ -1 +1 @@ -Subproject commit aff9d111d43e1ad5c22d4e27fc1c98176e849fb9 +Subproject commit 687675f3f2245c80ff8bfe8180b0eb40dfc0bc86 diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d26799d..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule ".config/alacritty/themes"] - path = .config/alacritty/themes - url = https://github.com/alacritty/alacritty-theme -[submodule ".config/fuzzel/theme_dracula"] - path = .config/fuzzel/theme_dracula - url = https://github.com/dracula/fuzzel diff --git a/.zlogin b/.zlogin new file mode 120000 index 0000000..61e937a --- /dev/null +++ b/.zlogin @@ -0,0 +1 @@ +/home/mpuchstein/.zprezto/runcoms/zlogin \ No newline at end of file diff --git a/.zlogout b/.zlogout new file mode 120000 index 0000000..b4108d2 --- /dev/null +++ b/.zlogout @@ -0,0 +1 @@ +/home/mpuchstein/.zprezto/runcoms/zlogout \ No newline at end of file diff --git a/.zprezto b/.zprezto new file mode 160000 index 0000000..6e56450 --- /dev/null +++ b/.zprezto @@ -0,0 +1 @@ +Subproject commit 6e564503f1c5e6ddba2bcf5d9065e5872ca207d2 diff --git a/.zpreztorc b/.zpreztorc new file mode 120000 index 0000000..5303091 --- /dev/null +++ b/.zpreztorc @@ -0,0 +1 @@ +/home/mpuchstein/.zprezto/runcoms/zpreztorc \ No newline at end of file diff --git a/.zprofile b/.zprofile new file mode 120000 index 0000000..bb5d1fd --- /dev/null +++ b/.zprofile @@ -0,0 +1 @@ +/home/mpuchstein/.zprezto/runcoms/zprofile \ No newline at end of file diff --git a/.zshenv b/.zshenv new file mode 120000 index 0000000..16a6616 --- /dev/null +++ b/.zshenv @@ -0,0 +1 @@ +/home/mpuchstein/.zprezto/runcoms/zshenv \ No newline at end of file diff --git a/.zshrc b/.zshrc new file mode 120000 index 0000000..62ec932 --- /dev/null +++ b/.zshrc @@ -0,0 +1 @@ +/home/mpuchstein/.zprezto/runcoms/zshrc \ No newline at end of file