Skip to content

JoshuaEstes/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

all the cool kids are doing it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published