Files
config-bootstrap/config.d/screen.bash
2024-06-21 08:49:05 +00:00

10 lines
194 B
Bash

#!/bin/bash
# Configuration SCREEN
if [[ ! -d ~/.screen ]]
then
git clone --recursive https://gitea.logerais.com/xavier/config-screen.git ~/.screen
bash ~/.screen/create-links.bash
fi