Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 2.07 KB

README.md

File metadata and controls

82 lines (59 loc) · 2.07 KB

Dotfiles

Preview

Nvim

Installation

All Requirements

Install:

cd ~
git clone https://github.com/vinicius98s/dotfiles.git .dotfiles
cd .dotfiles
sh install.sh

Neovim configurations

<leader> = Space

Requirements

To install plugins: :PackerInstall

Some bindings:

  • Ctrl+P - Open files
  • Ctrl+F - Fuzzy finder
  • Ctrl+O - Open buffers
  • <leader> + w - Move buffer left
  • <leader> + e - Move buffer right
  • <leader> + q - Close buffer

Tmux

Config is based on Oh my tmux!, so most of shortcuts can be found there.

Requirements

Zsh

Requirements

Themes

git clone https://github.com/guesswhozzz/021011.zsh-theme ~/021011-tools
mv ~/021011-tools/021011.zsh-theme $ZSH/themes/guezwhoz.zsh-theme