Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 793 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 793 Bytes

Link files

To link all dotfiles:

make

This will also create backups of existing directory in ./backups. To clean up (remove) backups in the ./backups folder, run make clean.

To link an individual dotfile:

make nvim # or
make alacritty # or
make tmux # or
make scripts

Neovim first time setup

Recommended dependencies (not required):

  • Install ripgrep (improves Telescope and vimgrep experience)
  • Install prettier (allows for formatter to work globally):
npm install -g prettier

Tmux first time setup

Install tpm

make tpm

Install reattach-to-user-namespace For System Clipboard (macOS only)

brew install reattach-to-user-namespace