Created
July 31, 2020 03:55
-
-
Save drzln/cb6be70ecdee5d26f3ae723bba3d6a51 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
LTK_SH_MOD_HOME=~/.ltk_sh_mod | |
[email protected]:luisfelipemourapereira/ltk-sh-mod.git | |
! [ -d $LTK_SH_MOD_HOME ] && mkdir -p $LTK_SH_MOD_HOME && git clone $LTK_SH_MOD_REPO $LTK_SH_MOD_HOME | |
cd $LTK_SH_MOD_HOME && git pull | |
[ -f funcs.sh ] && source funcs.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment