Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1 KB

README.md

File metadata and controls

35 lines (26 loc) · 1 KB

JoshuaEstes/dotfiles

These are my dotfiles. There are many others like it, but this one is mine. My dotfiles is my best friend. It is my life. I must master it as I must master my life. Without me, my dotfiles are useless. Without my dotfiles, I am useless.

This repository is an example of what a repository would look like if you were using PMS to manage your dotfiles.

Setup

# initial setup
git init --bare $HOME/.dotfiles

# the -C allows us act like we ran git in that path
# This alias MUST go in your shell rc files
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME -C $HOME'

dotfiles config --local status.showUntrackedFiles no
dotfiles remote add origin [email protected]:JoshuaEstes/dotfiles.git
# on a new computer
git clone --bare [email protected]:JoshuaEstes/dotfiles.git $HOME/.dotfiles
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no

Requirements

  • Vundle
  • TPM (Tmux Plugin Manager)