This commit is contained in:
λmolinae 2025-06-07 06:31:30 +00:00
parent f265bca41e
commit 8e01bc4a7d

View file

@ -84,7 +84,7 @@ setup_home(){
rm -rf dotfiles/
mkdir $HOME/Documents/Miscellaneous
export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)"
sed -i "s|/home/yourusername|/home/$USER|g" $HOME/.local/bin/bwroot
sed -i "s|/home/amolinae|/home/$USER|g" $HOME/.local/bin/bwroot
doas apk del git
}