brew install stow
make # or make <package> to install individual package
brew install zsh-autosuggestions
brew install zsh-syntax-highlighting
brew install jandedobbeleer/oh-my-posh/oh-my-posh
brew install neovide
#!/bin/bash
tmux -f /dev/null -L temp start-server \; list-keys |
sed -r \
-e "s/bind-key(\s+)([\"#~\$])(\s+)/bind-key\1\'\2\'\3/g" \
-e "s/bind-key(\s+)([\'])(\s+)/bind-key\1\"\2\"\3/g" \
-e "s/bind-key(\s+)([;])(\s+)/bind-key\1\\\\\2\3/g" \
-e "s/command-prompt -I #([SW])/command-prompt -I \"#\1\"/g" \
>./.tmux.reset.conf
:Neorg sync-parsers