doti/programs/zellij.sh
Robin Bärtschi 8240c33ef0 a lot more
scripts in system/ are for setting up the system
2025-07-05 23:58:51 +02:00

11 lines
150 B
Bash
Executable File

#!/usr/bin/env bash
. "std.sh"
program_begin zellij
pacinstall zellij
rm -r ~/.config/zellij
cp -v -r configs/zellij/ ~/.config/zellij
program_end