Skip to content

Instantly share code, notes, and snippets.

View alirezastack's full-sized avatar
🏠
Working from home

Alireza alirezastack

🏠
Working from home
View GitHub Profile
@alirezastack
alirezastack / vim-nginx-conf-highlight.sh
Created July 9, 2018 17:25 — forked from ralavay/vim-nginx-conf-highlight.sh
Enable syntax highlight for Nginx conf file in Vim (Mac OS X)
#!/bin/bash
#
# Highligh Nginx config file in Vim
# Download syntax highlight
mkdir -p ~/.vim/syntax/
wget http://www.vim.org/scripts/download_script.php?src_id=19394 -O ~/.vim/syntax/nginx.vim
# Set location of Nginx config file
cat > ~/.vim/filetype.vim <<EOF