config-bootstrap/config.d/bash.bash
2024-06-13 10:31:44 +02:00

10 lines
179 B
Bash

#!/bin/bash
# Configuration BASH
if [[ ! -d ~/.bash ]]
then
git clone --recursive https://github.com/xlogerais/config-bash.git ~/.bash
bash ~/.bash/create-links.bash
fi