Skip to content

ryjo1026/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

My dotfiles managed with dotbot.

Dotbot

Install the submodule

git submodule init
git submodule update

ZSH

Antibodydote is used for plugins over Oh-My-ZSH! for speed reasons. Dotfiles are modular, .zshrc just sources in all the files in ~/.zsh, source in a .zshrc.local if it exists, and installs necessary plugins via Antidote. This zsh setup aims to be completely OS agnostic so I can have the same setup on any environment.

A few useful features:

  • Compinit is only loaded once a day (completions.zsh) for speed.
  • NVM is only loaded when it's first called (nvm.zsh) for speed.
  • iTerm and brew plugins are only loaded on macOS.

Vim

On first run of vim, vundle should automatically install. Sometimes it has trouble getting packages. The command to install them is:

vim +PluginInstall +qall

About

Personal dotfiles managed with dotbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published