File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ brew "asciinema"
8484# collection of unix tools
8585# https://joeyh.name/code/moreutils/
8686brew "moreutils"
87+ # required for pre-commit hook
88+ # https://formulae.brew.sh/formula/markdownlint-cli
89+ brew "markdownlint-cli"
8790if OS.mac?
8891# --- Casks
8992# Manage your Jet Brains tools the easy way
Original file line number Diff line number Diff line change 400400 "gitlens.views.searchAndCompare.files.layout" : " tree" ,
401401 "gitlens.views.repositories.showUpstreamStatus" : false ,
402402 "workbench.editor.tabActionLocation" : " right" ,
403- "workbench.editor.showTabs" : true
403+ "workbench.editor.showTabs" : " multiple "
404404}
Original file line number Diff line number Diff line change 6868# . /usr/local/opt/asdf/libexec/asdf.sh
6969# fi
7070
71+ # https://github.com/moovweb/gvm/issues/463
72+ unalias cd
7173[[ -s " ${HOME} /.gvm/scripts/gvm" ]] && source " ${HOME} /.gvm/scripts/gvm"
7274
7375# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
You can’t perform that action at this time.
0 commit comments