From e3760c75aea72d472841a1398a58b0963b929e11 Mon Sep 17 00:00:00 2001 From: spinach Date: Wed, 8 Feb 2023 12:25:44 -0500 Subject: [PATCH] updated st to link configs as opposed to copying entire repo --- meta/configs/st.desktop.yaml | 3 ++- meta/configs/st.laptop.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/configs/st.desktop.yaml b/meta/configs/st.desktop.yaml index a315f77..283980e 100644 --- a/meta/configs/st.desktop.yaml +++ b/meta/configs/st.desktop.yaml @@ -1,2 +1,3 @@ - shell: - - [cd shells/st-desktop && sudo make install, Installing st] + - [rm shells/st/config.h && cp shells/st-desktop/config.h shells/st/, Copying config] + - [cd shells/st && sudo make install, Installing st] diff --git a/meta/configs/st.laptop.yaml b/meta/configs/st.laptop.yaml index 3bf0f9c..18addc9 100644 --- a/meta/configs/st.laptop.yaml +++ b/meta/configs/st.laptop.yaml @@ -1,2 +1,3 @@ - shell: - - [cd shells/st-laptop && sudo make install, Installing st] + - [rm shells/st/config.h && cp shells/st-laptop/config.h shells/st/, Copying config] + - [cd shells/st && sudo make install, Installing st]