Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 893 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 893 Bytes

Pabe's dotfiles

Setup in a new environment

ln -s $HOME/.dotfiles/zshrc $HOME/.zshrc
ln -s $HOME/.dotfiles/commonrc $HOME/.commonrc
ln -s $HOME/.dotfiles/gitconfig $HOME/.gitconfig
ln -s $HOME/.dotfiles/psqlrc $HOME/.psqlrc
ln -s $HOME/.dotfiles/nvim $HOME/.config/
ln -s $HOME/.dotfiles/espanso.yml $HOME/Library/Application\ Support/espanso/match/own.yml

For Neovim initialization: see installation guidelines on vim-plug repo and then :PlugInstall.

Dependencies

NOTE: fzf will come as a dependency of fzf.vim so there should be no need to install it separately