Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.5 KB

README.md

File metadata and controls

68 lines (52 loc) · 1.5 KB

Dotfiles

$ make setup

OR

$ make init
$ make brew
$ make asdf
$ make copy-files

Mac Apps

Iterm2

  1. Load profile from iterm2/devato.json
  2. Preferences -> Appearance -> General -> Theme -> Minimal
  3. Preferences -> Appearance -> Dimming -> Disable Dim Background Windows
  4. BG Color: 2B2D36

Language Servers

From within nvim:

:LspInstall bash
:LspInstall elixir
:LspInstall efm

WRK

brew install wrk
wrk -t4 -c100 -d30S --timeout 2000 "http://127.0.0.1:4000"

Syntax highlighting

  • using nvim-treesitter

wxwidgets brew issue

workaround for wxwidgets issue

brew install wxwidgets
brew unlink wxwidgets
brew tap laggardkernel/tap
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/7d7daebdadd1b7badf56bd87bce75f38e51c5795/Formula/wxwidgets.rb
brew install ./wxwidgets.rb
brew switch wxwidgets 3.1.5
brew pin wxwidgets

Current Versions

  • nvim - v0.8.0-dev+547-ge837f29ce