added lsd to installer

This commit is contained in:
tracer 2020-01-26 15:13:19 +01:00
parent 07e15e856c
commit 94a2e0b6f4
1 changed files with 3 additions and 1 deletions

View File

@ -4,16 +4,18 @@ cp Settings/.zshrc Settings/.vimrc Settings/.zprofile Settings/.gitconfig .
if [ $(id -u) -ne 0 ]
then
echo "run me as root to copy cdbm to the system"
echo "run me as root to copy cdbm & lsd to the system"
else
if [ ! -d /usr/local/bin ]; then mkdir -p /usr/local/bin; fi
OS=`uname`
case "$OS" in
Darwin)
cp Settings/cdbm/Darwin/cdbm /usr/local/bin
cp Settings/lsd/Darwin/lsd /usr/local/bin
;;
Linux)
cp Settings/cdbm/Linux/cdbm /usr/local/bin
cp Settings/lsd/Linux/lsd /usr/local/bin
;;
*)
$OS is not supported