From 59b54d1a59fee27a53eb7c4f938f3810ba009fe0 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 16 Dec 2016 13:26:10 -0500 Subject: [PATCH 1/5] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5750b7d15..7469af665 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # My Mac Configuration I'm documenting this for personal use. Shell settings, vim settings, commonly used applications, et cetera... +# Neovim + +The following snippet fixes the `` issue in neovim on macOS. + +``` +$ infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti +$ tic $TERM.ti +``` + ### Commonly used applications * homebrew - necessary for procuring shell applications * karabiner - `key-repeat: 50ms delay-until-repeat: 300ms` increase your Mac's key repeat settings beyond the default range From fd93296a786bef1c3d22dd3c9e542d56e5a53ae6 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 17 Dec 2016 16:20:27 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7469af665..b4dcd56b4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ $ infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti $ tic $TERM.ti ``` +## Italics in tmux and vim + +In the file `/configs/.tmux.conf` there is a line to add italics support to tmux: + +``` +set -g default-terminal "tmux-256color-italic" +``` + +The `$TERM` entry, `tmux-256color-italic` will be unavailable until you add the file, `/configs/tmux-256color-italic` to your terminal database. You can do this with the following command: + +```bash +$ tic ~/pc_settings/configs/tmux-256color-italic +``` + ### Commonly used applications * homebrew - necessary for procuring shell applications * karabiner - `key-repeat: 50ms delay-until-repeat: 300ms` increase your Mac's key repeat settings beyond the default range From ef02617aa4609225a4f5b9e40249c3fef6939fa5 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 17 Dec 2016 17:45:50 -0500 Subject: [PATCH 3/5] Updates copy and adds helpful commands --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4dcd56b4..5f6dc6f2f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # My Mac Configuration -I'm documenting this for personal use. Shell settings, vim settings, commonly used applications, et cetera... +I'm documenting this primarily for personal use. This reposity contains shell configs, vim configs, emacs configs, a list of commonly used applications, and other items. + +The overall goal of this repository is to reduce the time it takes to adopt a new computer and equip it with the necessary tooling to do meaningful work. + # Neovim @@ -10,6 +13,7 @@ $ infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti $ tic $TERM.ti ``` + ## Italics in tmux and vim In the file `/configs/.tmux.conf` there is a line to add italics support to tmux: @@ -24,12 +28,18 @@ The `$TERM` entry, `tmux-256color-italic` will be unavailable until you add the $ tic ~/pc_settings/configs/tmux-256color-italic ``` + +## Ligature Support + +To support ligatures make sure Hasklig is installed (link at the bottom). Ensure that you are using an iTerm 2 build that supports ligatures. With both of these tasks completed, ligatures should function in Neovim. + + ### Commonly used applications * homebrew - necessary for procuring shell applications * karabiner - `key-repeat: 50ms delay-until-repeat: 300ms` increase your Mac's key repeat settings beyond the default range * spectacle - resize and move your windows with keyboard shortcuts * iterm - substitute for Terminal application -* oh my zsh - z-shell for Mac +* oh my zsh - a full suite of z-shell extensions * sublime text - text editor * webstorm - web IDE * pycharm - python IDE From 56b437197c4d736f7d38b81590c698ab4a22a8cf Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 17 Dec 2016 17:46:48 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6dc6f2f..d76ce2df5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ In the file `/configs/.tmux.conf` there is a line to add italics support to tmux set -g default-terminal "tmux-256color-italic" ``` -The `$TERM` entry, `tmux-256color-italic` will be unavailable until you add the file, `/configs/tmux-256color-italic` to your terminal database. You can do this with the following command: +The `$TERM` entry, `tmux-256color-italic`, will be unavailable until you add the file, `/configs/tmux-256color-italic`, to your terminal database. You can do this with the following command: ```bash $ tic ~/pc_settings/configs/tmux-256color-italic From c24355d2647f30e704ab88a35cc25b5172d1f346 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 17 Dec 2016 17:49:30 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d76ce2df5..95bfd7066 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ To support ligatures make sure Hasklig is installed (link at the bottom). Ensure ### Commonly used applications +* dash - provides quick access to offline documentation (use with Alfred) +* Alfred - replaces macOS Spotlight and integrates with external Apps like Dash * homebrew - necessary for procuring shell applications * karabiner - `key-repeat: 50ms delay-until-repeat: 300ms` increase your Mac's key repeat settings beyond the default range * spectacle - resize and move your windows with keyboard shortcuts