Initial Commit, move from a symlink farm to yadm

This commit is contained in:
2024-05-14 16:41:00 +02:00
commit 957a4eb474
210 changed files with 29165 additions and 0 deletions

6
.bashrc Normal file
View File

@@ -0,0 +1,6 @@
if [ -n "$PS1" ]
then
source ~/.bash_profile;
else
[ -r ~/.path ] && [ -f ~/.path ] && source ~/.path;
fi