Skip to content

Commit

Permalink
Merge branch 'main' of github.com:theowenyoung/env
Browse files Browse the repository at this point in the history
* 'main' of github.com:theowenyoung/env:
  add install deiban
  • Loading branch information
theowenyoung committed Oct 21, 2022
2 parents c3555cd + dcf615d commit 67245d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/nvim/install_debian.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
cd -- /tmp/
curl -O -L https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.deb
sudo apt install ./nvim-linux64.deb

0 comments on commit 67245d6

Please sign in to comment.