Skip to content

Instantly share code, notes, and snippets.

View ecosse3's full-sized avatar

Łukasz Kurpiewski ecosse3

  • Poland
View GitHub Profile
@ecosse3
ecosse3 / update-neovim-nightly.sh
Last active December 21, 2023 19:02
Update Neovim Nightly from latest github release
#!/bin/bash
# Colors definitions
RED='\033[0;31m'
GREEN='\033[0;32m'
NC='\033[0m' # No Color
BOLD=$(tput bold)
NORMAL=$(tput sgr0)
# Check if necessary applications are installed