Skip to content

vinicius98s/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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