Skip to content

mgramigna/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published