The scripts that can do the quick installation of neovim and related dotfiles under the Mac
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk list java
sdk install java ;; lastest stable version of jdk
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install pyenv
pyenv init
brew install clojure/tools/clojure
brew install borkdude/brew/babashka
brew install babashka/brew/neil
brew install borkdude/brew/clj-kondo
brew install neovim
brew install autojump
brew install ack
brew install tmux
brew install nvm
nvm install <VERSION-number>
ex:
nvm install 12.0.0
brew install cljfmt
# Delete the current nvim config
rm -rf $HOME/.config/nvim
# Download this repo and link it
git clone https://github.com/humorless/dotfiles/
cd dotfiles
# Makes a symbolic link to the files in this repo
ls -sf $PWD/home/dot_config/nvim $HOME/.config/nvim