nogizhopaboroda / .dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

my dotfiles

How to import .zshrc

Add to your ~/.zshrc:

if [ -f ~/.dotfiles/.zshrc ]; then
  source ~/.dotfiles/.zshrc
fi

How to import .gitconfig

Add to your ~/.gitconfig:

[include]
    path = ~/.dotfiles/.gitconfig

How to import .vimrc

Add to your ~/.vimrc:

if filereadable(glob("~/.dotfiles/.vimrc"))
   source ~/.dotfiles/.vimrc
endif

About

my dotfiles


Languages

Language:Vim Script 59.9%Language:HTML 21.9%Language:Shell 13.1%Language:JavaScript 5.0%