.
This commit is contained in:
parent
baeca74b20
commit
87223381f1
2 changed files with 3 additions and 0 deletions
|
|
@ -13,4 +13,6 @@ exists() {
|
||||||
grep 'l' <<< "$-" && \
|
grep 'l' <<< "$-" && \
|
||||||
test "$(tty)" = '/dev/tty1' && \
|
test "$(tty)" = '/dev/tty1' && \
|
||||||
cd &&
|
cd &&
|
||||||
|
echo 'Press return to start gui' &&
|
||||||
|
read &&
|
||||||
exec swc-launch wsxwm
|
exec swc-launch wsxwm
|
||||||
|
|
|
||||||
1
setup.sh
1
setup.sh
|
|
@ -30,6 +30,7 @@ while read -r path; do
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pwd
|
||||||
ln -fs "$(realpath "$path")" "$HOME/$path"
|
ln -fs "$(realpath "$path")" "$HOME/$path"
|
||||||
echo "[x] created symlink $path -> $HOME/$path"
|
echo "[x] created symlink $path -> $HOME/$path"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue