mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
10 lines
161 B
Bash
Executable file
10 lines
161 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cp -rp . $HOME
|
|
cd ..
|
|
|
|
source .bash_profile
|
|
source .bash_aliases
|
|
|
|
echo "dotfiles copied to '$HOME'. Removing directory: '$(pwd)'"
|
|
sudo rm -rf dotfiles
|