This repository holds all the custom dotfiles I use in my computer.
- Navigate to your home directory and clone this repository with the following
command:
git clone --recurse-submodules
. cd
into.mikelalejobr-dotfiles
.stow
the desired directories in order to symlink the dotfiles.
In order to install the neovim
plugins, follow these steps:
- Place the
plug.vim
file in theautoload
directory. Use the following command for easier installation:sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
- Launch
nvim
and issue the:PlugInstall
command.