feat: split configuration

This commit is contained in:
Xavier Logerais
2023-06-07 09:45:55 +02:00
parent 4a23f68fd1
commit a71137b234
4 changed files with 30 additions and 19 deletions

9
config.d/screen.bash Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# Configuration SCREEN
if [[ ! -d ~/.screen ]]
then
git clone --recursive https://github.com/xlogerais/config-screen.git ~/.screen
bash ~/.screen/create-links.bash
fi