Skip to content

Instantly share code, notes, and snippets.

View sam990's full-sized avatar

Sameer Ahmad sam990

  • India
View GitHub Profile
@sam990
sam990 / setup-env.sh
Last active March 10, 2026 05:25
Development environment setup
# Author: Sameer Ahmad
# This script sets up the environment for my preferred workspace settings.
# Usage: source <(curl -sSL https://gist.github.com/sam990/e665fff3c176723e67e31ab77bd41828/raw/setup-env.sh)
# vim theme
# Tweaked from sorbet.vim colorscheme.
export S990_VIM_THEME="set background=dark | hi clear | let g:colors_name = 'sorbet' | let g:terminal_ansi_colors = ['#000000', '#d75f5f', '#87d75f', '#d7af5f', '#87afd7', '#af87d7', '#5fafaf', '#dadada', '#707070', '#ff5f5f', '#87ff5f', '#ffd75f', '#87d7ff', '#d787ff', '#5fd7d7', '#ffffff'] | hi! link Boolean Constant | hi! link Character Constant | hi! link Conditional Statement | hi! link Debug Special | hi! link Define PreProc | hi! link Delimiter Special | hi! link ErrorMsg Error | hi! link Exception Statement | hi! link Float Constant | hi! link Function Identifier | hi! link Include PreProc | hi! link Keyword Statement | hi! link Label Statement | hi! link Macro PreProc | hi! link MessageWindow Pmenu | hi! link Number Constant | hi! link Opera