From f34c0a415271b9a146de1a252fd9c45080bf97c4 Mon Sep 17 00:00:00 2001 From: acicchetti Date: Fri, 25 May 2018 12:06:31 -0400 Subject: [PATCH] Added install steps, gonna need to backfill the .sh bit --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..02ab74c --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +#pyenv $PATH - part of .zshenv +#thefuck $PATH - pip install thefuck +#antigen ~/.antigen - git clone https://github.com/zsh-users/antigen.git ~/.antigen +#nvim $PATH - pkgmngr install nvim/neovim +#.zshenv (at least check for existence) +#AndroidSDK ~/Android/sdk - Ugh. Through IDEA?