fix(bash): source dotfiles and removed dir after install

This commit is contained in:
Victor Westerlund 2026-01-11 00:52:59 +01:00
parent 612fc10935
commit 9a8fa52b6f
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -2,4 +2,9 @@
cp -rp . $HOME cp -rp . $HOME
cd .. cd ..
rm -r dotfiles
source .bash_profile
source .bash_aliases
echo "dotfiles copied to '$HOME'. Removing directory: '$(pwd)'"
sudo rm -rf dotfiles