config-bootstrap/config.d/screen.bash

10 lines
194 B
Bash
Raw Permalink Normal View History

2023-06-07 09:45:55 +02:00
#!/bin/bash
# Configuration SCREEN
if [[ ! -d ~/.screen ]]
then
git clone --recursive https://gitea.logerais.com/xavier/config-screen.git ~/.screen
2023-06-07 09:45:55 +02:00
bash ~/.screen/create-links.bash
fi