Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 557 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 557 Bytes

dotfiles

All the relevant dot files, I customized over time. The files are customized for Linux and/or Mac.

Currently:

  • Vim
  • Tmux
  • zsh
  • ideavim (jetbrains products)
  • bash

Usage

Download them, cd into the folder and use mv . $HOME/.

Careful! .vimrc contains a list of pathogen plugins. Remove the list to get rid of the warning...

Careful! .zshrc contains some oh my zsh plugins. Oh My Zsh can be installed

with:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"