diff options
author | William Carroll <wpcarro@gmail.com> | 2016-12-17T22·45-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-12-17T22·45-0500 |
commit | ef02617aa4609225a4f5b9e40249c3fef6939fa5 (patch) | |
tree | ed265bdcf8815e81a11d1ab5c0b63202b0c2b6b8 | |
parent | fd93296a786bef1c3d22dd3c9e542d56e5a53ae6 (diff) |
Updates copy and adds helpful commands
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md index b4dcd56b440e..5f6dc6f2fff3 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 |