updated st to link configs as opposed to copying entire repo

This commit is contained in:
spinach 2023-02-08 12:25:44 -05:00
parent 5eef215f2a
commit e3760c75ae
2 changed files with 4 additions and 2 deletions

View File

@ -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]

View File

@ -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]