Files
bootstrap/init.sh
2025-09-01 16:44:00 +02:00

10 lines
204 B
Bash
Executable File

#!/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