mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-12 05:45:59 +01:00
fix(bash): source dotfiles and removed dir after install
This commit is contained in:
parent
612fc10935
commit
9a8fa52b6f
1 changed files with 6 additions and 1 deletions
|
|
@ -2,4 +2,9 @@
|
|||
|
||||
cp -rp . $HOME
|
||||
cd ..
|
||||
rm -r dotfiles
|
||||
|
||||
source .bash_profile
|
||||
source .bash_aliases
|
||||
|
||||
echo "dotfiles copied to '$HOME'. Removing directory: '$(pwd)'"
|
||||
sudo rm -rf dotfiles
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue