Skip to content

cn246-dotfiles/git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Dotfiles

Here's my fairly basic git dotfiles. Nothing too fancy, but great for my current use cases.

  • Sets Vim as editor and for diffing
  • Ansible vault integration
  • Sign commits using ssh key
  • One and two line status options
  • Lengthy gitignore file

Installing

  • Create a hidden dotfiles directory:
mkdir -p "${HOME}/.dotfiles"
  • Change directories:
cd "${HOME}/.dotfiles"
  • Clone this repo
git clone [email protected]:cn246-dotfiles/git.git
  • Stow the dotfiles:
stow --verbose --no-folding git

Links