/rs-dotfile

Neovim, ZSH, Tmux and dev tools setup, with installation scripts

Primary LanguageVim script

.dotfiles

Dotfile configuration. Covers Neovim, TMUX, Git, ZSH, yarn.

Installing the doftiles

  1. Pull the project into your home directory

    git clone https://github.com/richardsandoval/rs-dotfiles.git ~/.dotfiles
    git submodule update --init --recursive
  2. Run the installation script

    ~/.dotfiles/install.sh
  3. Change the Git configuration to your own name and email address (./git/gitconfig)