Skip to content

Instantly share code, notes, and snippets.

View sreeram-dev's full-sized avatar

Sree Ram sreeram-dev

View GitHub Profile
@sreeram-dev
sreeram-dev / gpg-agent.conf
Last active February 4, 2024 03:08
Store it in ~/.gnupg/gpg.conf and ~/.gnupg/gpg-agent.conf
default-cache-ttl 600
max-cache-ttl 7200
allow-loopback-pinentry
@sreeram-dev
sreeram-dev / ublock-static-filters.txt
Created December 16, 2023 03:30
Static Filters and Pickers from UBlock Origin
! 2023-03-04 https://economictimes.indiatimes.com
economictimes.indiatimes.com##.oneTapCloseBg.bgOneTapGray
! 2023-03-18 https://app.qwilr.com
||app.qwilr.com/Assets/icons/trial-extension-background.svg$image
app.qwilr.com##.modal-container--behind-overlays.modal-container
! 2023-05-14 https://www.glassdoor.com.au
www.glassdoor.com.au##.e91w1dn4.css-1xxrqhd.gdGrid
@sreeram-dev
sreeram-dev / Little Snitch Backup.xpl
Last active November 30, 2024 04:32
little snitch rules backup
{
"bundleVersion" : 6402,
"codeRequirements" : {
"/Applications/Alfred 5.app/Contents/MacOS/Alfred" : {
"authorIdentifier" : "XZZXE9SED4",
"codeIdentifier" : "com.runningwithcrayons.Alfred",
"type" : "trustedAnchor"
},
"/Applications/Alfred 5.app/Contents/Preferences/Alfred Preferences.app/Contents/MacOS/Alfred Preferences" : {
"authorIdentifier" : "XZZXE9SED4",
{
"basics": {
"name": "Sreeram Boyapati",
"label": "Backend engineer mostly dabbling in a 256-bit terminal.",
"picture": "",
"email": "sreeram.boyapati [at] outlook [dot] com",
"phone": "",
"website": "http://sreeram.dev",
"summary": "Senior Backend Engineer experienced in cloud-based services in Java and Python",
"location": {
@sreeram-dev
sreeram-dev / profile.json
Last active December 23, 2024 14:13
Sreeram's Iterm profile
{
"Use Non-ASCII Font" : true,
"Tags" : [
],
"Disable Printing" : true,
"Ansi 12 Color" : {
"Red Component" : 0.98823529409999999,
"Color Space" : "sRGB",
"Blue Component" : 0.4039215686,
@sreeram-dev
sreeram-dev / LeechBlockOptions.txt
Created April 5, 2021 06:32
LeechBlock lists I use
setName1=Indian News
sites1=ajuniorvc.com economictimes.indiatimes.com economictimes.indiatimes.com telugu360.com the-ken.com thehindu.com thehindubusinessline.com thehindubusinessline.com thelede.in themorningcontext.com thenewsminute.com theweek.in thewire.in
times1=1000-1900
limitMins1=
limitPeriod1=
limitOffset1=
conjMode1=false
days1=62
blockURL1=blocked.html?$S&$U
applyFilter1=false
@sreeram-dev
sreeram-dev / init.vim
Last active September 20, 2025 13:48
nvim config
let g:python3_host_prog='/home/sreeram/.pyenv/shims/python3'
set shell=zsh
call plug#begin('~/.config/nvim/bundle')
Plug 'vim-syntastic/syntastic'
Plug 'sheerun/vim-polyglot'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': { -> fzf#install() }}
Plug 'airblade/vim-gitgutter'
Plug 'itchyny/lightline.vim'
Plug 'godlygeek/tabular'
@sreeram-dev
sreeram-dev / .zshrc
Last active September 20, 2025 13:47
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="bira"
plugins=(
git
pyenv
sdk
colored-man-pages
jsontools
[core]
editor = vim
pager = diff-so-fancy | less --tabs=4 -RFX
[user]
email = sreeram.boyapati@protonmail.ch
name = Sreeram Boyapati
signingkey = 1B26CE6957383D7E8E85142D241BD74CE5D8E2E2
[commit]
gpgsign = true
[url "git@github.com:"]
@sreeram-dev
sreeram-dev / redshift.conf
Last active April 5, 2021 04:16
Redshift Config
; Global settings
[redshift]
; Set the day and night screen temperatures
temp-day=5500
temp-night=3500
; Disable the smooth fade between temperatures when Redshift starts and stops.
; 0 will cause an immediate change between screen temperatures.
; 1 will gradually apply the new screen temperature over a couple of seconds.
fade=1