This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |