Skip to content

tylerwillingham/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tyler Willingham's dotfiles

Prerequisite downloads

Shell

I'm still using oh-my-zsh for my zsh configuration. Set language/computer-specific dependencies in ~/.zshenv

brew install oh-my-zsh
ln -s ./zshrc ~/.zshrc

Tmux

My tmux configuration is super basic and doesn't change much

brew install tmux
ln -s ./tmux.conf ~/.tmux.conf

Editor details

I've recently switched from vim to neovim and in the process I'm evaluating how relevant individual plugins are so there is not yet parity between my vimrc and init.vim examples.

1. Install neovim

brew install neovim

2. Symlink neovim config from this repo

ln -s ./nvim ~/.config/nvim

3. Install plugins

  1. Boot neovim
  2. Run :PlugInstall

About

My dotfiles (vim, tmux, zshell)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published