Skip to content

Instantly share code, notes, and snippets.

View chrisvacc's full-sized avatar
👻
Status: On branch master nothing to commit, working tree clean

Chris chrisvacc

👻
Status: On branch master nothing to commit, working tree clean
  • Vaccaro Design & Data
  • New York
View GitHub Profile
@chrisvacc
chrisvacc / very-blue.tmtheme
Last active December 21, 2020 03:40
very-blue.tmtheme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!-- http://tmtheme-editor.herokuapp.com -->
<plist version="1.0">
<dict>
<key>author</key>
<string>chrisvacc</string>
<key>name</key>
<string>Very-Blue</string>
<key>comment</key>
@chrisvacc
chrisvacc / .vimrc
Last active February 2, 2019 16:45
"+-------------------------------------+
"| GENERAL |
"+-------------------------------------+
cd ~/Documents/Working_Directory/
set nocompatible " be iMproved, required for Vundle
filetype off " required for Vundle
set scrolloff=3 " keep 3 lines when scrollingset encoding=utf-8
" Vim color file - blue
" Vim Theme
" Generated by http://bytefluent.com/vivify 2019-01-13
set background=dark
if version > 580
hi clear
if exists("syntax_on")
syntax reset
endif
endif