Skip to content

Instantly share code, notes, and snippets.

@drzln
Created July 31, 2020 03:55
Show Gist options
  • Save drzln/cb6be70ecdee5d26f3ae723bba3d6a51 to your computer and use it in GitHub Desktop.
Save drzln/cb6be70ecdee5d26f3ae723bba3d6a51 to your computer and use it in GitHub Desktop.
#!/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