Skip to content

nlivingstone/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

GitHub commit activity (branch) GitHub repo size

Install

git clone git@github.com:nlivingstone/dotfiles.git
cd dotfiles
ln -s nvim ~/.config/nvim
ln -s neovide ~/.config/neovide
ln -s starship.toml ~/.config/starship.toml
ln -s zsh/.zshrc ~/.zshrc

Neovim

Plugins

Keybinds

Leader = SPACE

Navigation

Keybind Description
CMD Next buffer
CMD Previous buffer
CMD b Open Neotree
CMD SHIFT b Focus Neotree

Laravel + PHP

Keybind Description
LEADER la Run artisan command
LEADER lr List application routes
LEADER su Sort use statements