pub / dotfiles

Configuration of software on my computer
git clone https://src.jayvii.de/pub/dotfiles.git
Home | Log | Files | Exports | Refs | RSS

commit be2c005abe5fe10f187fa49f84660e9a78fe84dd
parent 93598221eef40e77677914a3b3d0e64da6fdac27
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 26 Jun 2024 21:06:57 +0200

feat: create individual tarballs for each configuration

Diffstat:
AMakefile | 27+++++++++++++++++++++++++++
1 file changed, 27 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,27 @@ +git-hook-deploy: + make package-helix + make package-foot + make package-R + make package-wayfire + make package-sway + mv ./*.tar.gz ~/pub/dotfiles/exports/ + +package-helix: + cd ./helix && \ + tar -czf ../helix_latest.tar.gz ./ + +package-foot: + cd ./foot && \ + tar -czf ../foot_latest.tar.gz ./ + +package-R: + cd ./R && \ + tar -czf ../R_latest.tar.gz ./ + +package-wayfire: + cd ./wayfire && \ + tar -czf ../wayfire_latest.tar.gz ./ + +package-sway: + cd ./sway && \ + tar -czf ../sway_latest.tar.gz ./