Skip to content

MartMcMahon/dotfiles

Repository files navigation

Dotfiles

a repo of Mart's various configs

Installation

git clone git@github.com:MartMcMahon/dotfiles.git

then copy what you need to ~

e.g.:
cp .zshrc ~
cp .vimrc ~

you'll need vim-plug for installing the plugins in the most easy way

for regular vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Neovim
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

start vim and install those bad boys!

:PlugInstall

all done!

Wait! What if I'm using windows?

sux 2 suck

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published