mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
fix(bash): source dotfiles and remove cloned dir after install (#101)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/101
This commit is contained in:
parent
612fc10935
commit
39f4227c06
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue