Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To establish symlinks on a new machine with GNU Stow run

stow vim

where the structure is .dotfiles/vim/.vimrc. This creates a symlink at ~/.vimrc, as running stow <dir> in /.dotfiles creates a symlink of all files under <dir> in the directory above /.dotfiles

Also, because several Vim workflows use fzf and Ag, it's worth noting them here to remember to install on new machines.

Things to install via Brew (could work for both MacOS and Linux):

For the Silver Searcher:

brew install the_silver_searcher

For fzf:

brew install fzf
$(brew --prefix)/opt/fzf/install

The latter command being for things like key bindings (mainly the reverse search) and completion.

Linters

brew install ruff
brew install ktlint
brew install prettierd
brew install superhtml

About

doot foils

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages