2024-06-13 10:31:44 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Configuration BASH
|
|
|
|
|
|
|
|
if [[ ! -d ~/.bash ]]
|
|
|
|
then
|
2024-06-21 10:49:05 +02:00
|
|
|
git clone --recursive https://gitea.logerais.com/xavier/config-bash.git ~/.bash
|
2024-06-13 10:31:44 +02:00
|
|
|
bash ~/.bash/create-links.bash
|
|
|
|
fi
|