rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5d94e68c2a2108f5a8701ff9135c620d64bc000a
parent 6a3c93643a51547bcf435e342b8ce0b07175120a
Author: Mark Feller <mfeller@recurly.com>
Date:   Mon, 25 May 2020 10:42:43 -0600

working on linux dots

Signed-off-by: Mark Feller <mfeller@recurly.com>

Diffstat:
Adots/.local/bin/notify_date | 3+++
Ddots/.vim/colors/gruvbox.vim | 44--------------------------------------------
Ddots/.vim/vimrc | 3---
3 files changed, 3 insertions(+), 47 deletions(-)

diff --git a/dots/.local/bin/notify_date b/dots/.local/bin/notify_date @@ -0,0 +1,3 @@ +#!/bin/sh + +notify-send -t 5000 "$(date +"%A, %-d %b %-I:%M")" diff --git a/dots/.vim/colors/gruvbox.vim b/dots/.vim/colors/gruvbox.vim @@ -1,44 +0,0 @@ -" Vim color file -" Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2001 Jul 23 - -" This is the default color scheme. It doesn't define the Normal -" highlighting, it uses whatever the colors used to be. - -" Set 'background' back to the default. The value can't always be estimated -" and is then guessed. -hi clear Normal -set bg& - -" Remove all existing highlighting and set the defaults. -hi clear - -" Load the syntax highlighting defaults, if it's enabled. -if exists("syntax_on") - syntax reset -endif - -let colors_name = "gruvbox" - -hi Comment ctermfg=8 -hi Constant ctermfg=6 -hi String ctermfg=6 -hi Special ctermfg=none -hi Identifier ctermfg=none -hi Statement ctermfg=none cterm=bold -hi PreProc ctermfg=none -hi type ctermfg=none cterm=bold -hi Underlined ctermfg=none -hi Ignore ctermfg=none -hi Keyword ctermfg=none cterm=bold -hi Label ctermfg=none -hi Repeat ctermfg=none -hi Error ctermbg=1 - -" Golang -hi goDirective ctermfg=none cterm=bold -hi goDeclType ctermfg=none - -hi LineNR ctermfg=8 - -" vim: sw=2 diff --git a/dots/.vim/vimrc b/dots/.vim/vimrc @@ -1,3 +0,0 @@ -colorscheme gruvbox -set number -set relativenumber