I use dotbot , clone and ./install
The dotfiles work by moving configuration into the ~/.dotfiles folder and then symlinking where it is supposed to be to the dotfiles folder.
I find the syntax confusing, here is an example:
ln -sv ~/.dotfiles/karabiner ~/.config/karabiner
This links the ~/.dotfiles/karabiner
folder to the folder ~/.config/karabiner
- Hammerspoon
- iTerm 2
- Karabiner Elements
- fzf
brew install fzf
and the options for reverse search$(brew --prefix)/opt/fzf/install
- Have to get rid of https://github.com/junegunn/fzf/blob/master/shell/key-bindings.zsh#L90 since I have iTerm configured to send
cmd+c
as\ec
for vim
- Enable vim mode
- Go to advanced, enable custom keyboard shortcuts. I remap
d
to delete.