Конфиги nvim
This commit is contained in:
parent
17951e8c06
commit
d348344938
12 changed files with 577 additions and 2 deletions
6
Makefile
6
Makefile
|
@ -38,13 +38,15 @@ golibs: /usr/bin/go
|
|||
|
||||
# dotfiles
|
||||
.PHONY: dotfiles
|
||||
dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.zshrc
|
||||
dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc
|
||||
|
||||
~/.gitconfig:
|
||||
@ln -s $(pwd)/git/config ~/.gitconfig || true
|
||||
~/.gitignore:
|
||||
@ln -s $(pwd)/git/ignore ~/.gitignore || true
|
||||
~/.config/nvim:
|
||||
@ln -s $(pwd)/nvim ~/.config/nvim || true
|
||||
~/.config/zsh:
|
||||
@ln -s $(pwd)/zsh ~/.config/zsh || true
|
||||
~/.zshrc:
|
||||
@ln -s $(pwd)/zsh/zshrc ~/.zshrc || true
|
||||
@ln -s $(pwd)/zsh/zshrc ~/.zshrc || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue