Files
dotfiles/dot_vim/plugged/vim-lsp-settings/installer/install-ntt.cmd

7 lines
180 B
Batchfile

@echo off
setlocal
curl -LO "https://github.com/nokia/ntt/releases/latest/download/ntt_windows_x86_64.tar.gz"
tar xvf ntt_windows_x86_64.tar.gz
rm ntt_windows_x86_64.tar.gz