/dotfiles

dotfiles

Primary LanguageVim script

My dotfiles

File Descriptions

The configuration files are read in the following order:

  1. setup.sh
  2. tmux.conf
  3. vim/
  4. vimrc
  5. zsh
  6. zshrc

setup.sh

This file is the setup script for my dot files. It simply links all the files from ~ to this directory.

tmux.conf

Configuration for tmux.

vim

Vim directory. I use vim-plug as the plugin manager.

vimrc

.vimrc file

zsh

zsh directory containing some custom zsh configurations.

zshrc

zsh configuration file. I use oh-my-zsh.