Skip to content

mstabrin/dotfiles

Repository files navigation

dotfiles

Cloning

git clone -r https://github.com/mstabrin/dotfiles
cd dotfiles

or if -r is not provided:

git clone https://github.com/mstabrin/dotfiles
cd dotfiles
git submodule init
git submodule update

Installation

Assuming one is inside the dotfiles directory

bash ./install.sh

Install vimrc

Assuming one is inside the dotfiles directory

echo "export DOTFILES=$(realpath .)" >> ${HOME}/.bashrc
echo "alias vim='vim -u "'${DOTFILES}'"/vimrc'" >> ${HOME}/.bashrc
source ${HOME}/.bashrc
vim +PluginInstall +qall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published