init
This commit is contained in:
commit
c8a2785a38
3 changed files with 15 additions and 0 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
1
data/home/feur
Normal file
1
data/home/feur
Normal file
|
@ -0,0 +1 @@
|
||||||
|
feur
|
14
install.sh
Executable file
14
install.sh
Executable file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
cd "$(dirname "$(realpath "$0")")"
|
||||||
|
alias log='echo "[install.sh]"'
|
||||||
|
|
||||||
|
|
||||||
|
log "This will alter your home directory '$HOME'."
|
||||||
|
log "Press [return] to continue."
|
||||||
|
read
|
||||||
|
|
||||||
|
(
|
||||||
|
cd "./data"
|
||||||
|
stow --verbose --target="$HOME" "home"
|
||||||
|
)
|
Loading…
Add table
Add a link
Reference in a new issue