Added nap config

This commit is contained in:
Michael Housh
2023-09-27 20:51:59 -04:00
parent e519322fb2
commit 9acb92154a
2 changed files with 18 additions and 0 deletions

17
nap/config.yaml Normal file
View File

@@ -0,0 +1,17 @@
# Configuration
home: ~/.nap
default_language: go
theme: nord
# Colors
background: "0"
foreground: "7"
primary_color: "#AFBEE1"
primary_color_subdued: "#64708D"
green: "#527251"
bright_green: "#BCE1AF"
bright_red: "#E49393"
red: "#A46060"
black: "#373B41"
gray: "240"
white: "#FFFFFF"

View File

@@ -44,6 +44,7 @@ export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
export MYZSHRC="$ZDOTDIR/.zshrc"
export PROPOSALS="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Work/Proposals"
export NVIM_APPNAME="m-housh"
export NAP_CONFIG="$HOME/.config/nap/config.yaml"
autoload -U up-line-or-beginning-search
autoload -U down-line-or-beginning-search