Skip to content

JoshuaEstes/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cd2a0c · Apr 16, 2025
Apr 16, 2025
Mar 22, 2024
Nov 13, 2024
Nov 13, 2024
Nov 4, 2024
Nov 13, 2023
Nov 6, 2024
May 30, 2020
Jun 1, 2020
Jun 1, 2020
Nov 4, 2024
Nov 4, 2024
Dec 19, 2024
May 30, 2020
Oct 23, 2024
Dec 19, 2024
Apr 16, 2025
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
Nov 13, 2024
Nov 4, 2024
Jul 26, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Jun 1, 2020
Nov 4, 2024
May 30, 2020
Mar 22, 2024
Mar 22, 2024
Sep 4, 2016
Apr 21, 2020

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 git@github.com:JoshuaEstes/dotfiles.git
# on a new computer
git clone --bare git@github.com: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