Skip to content

Instantly share code, notes, and snippets.

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

Soubinan soubinan

🏠
Working from home
View GitHub Profile
@soubinan
soubinan / agnoster-newline.zsh-theme
Created October 13, 2020 23:12 — forked from nweddle/agnoster-newline.zsh-theme
Agnoster ZSH Theme with New Line
View agnoster-newline.zsh-theme
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts).
# Make sure you have a recent version: the code points that Powerline
@soubinan
soubinan / nginx.conf
Created September 23, 2018 00:56 — forked from ulyssesr/nginx.conf
Nginx RTMP Setup
View nginx.conf
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;