config-bootstrap/config.d/bash.bash

10 lines
184 B
Bash
Raw Normal View History

2024-06-13 10:31:44 +02:00
#!/bin/bash
# Configuration BASH
if [[ ! -d ~/.bash ]]
then
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