8000 GitHub - CLTsolutions/.dotfiles: My dotfiles managed by GNU stow (neovim, tmux, kitty, homebrew, zsh.)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CLTsolutions/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Installing

Video with step-by-step instructions for storing dotfiles as symlinks.

You will need git and GNU stow.

Clone into your $HOME directory or ~

git clone git@github.com:CLTsolutions/.dotfiles.git
cd .dotf
6771
iles

Run stow to symlink everything or just select what you want

Everything

stow */ # Everything (the '/' ignores the README)

Selected Configs

stow zsh # Just my zsh config

Notes

LSP

solargraph (ruby)

For solargraph to work in projects that include a .rubocop.yml file in their root directory, the following code block must be included in your solargraph.lua file.

See this issue

require('lspconfig').solargraph.setup {
 cmd = { "solargraph", "stdio" }
}

About

My dotfiles managed by GNU stow (neovim, tmux, kitty, homebrew, zsh.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0