This commit is contained in:
2025-09-01 16:44:00 +02:00
commit ce2eec9187
6 changed files with 45 additions and 0 deletions

9
init.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
mkdir -p ~/programs/bin
echo 'export PATH="$PATH:$HOME/programs/bin/"' >> ~/.bashrc
cat >> ~/.profile << 'EOF'
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
EOF