Skip to content

twitchel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Shared dotfiles between machines, managed by chezmoi.

Base Chezmoi Requirements

  1. Install base OS level dependencies (Ubuntu + Debian flavours).

I use Ubuntu as my distribution of choice, so these commands are tailored for that. They should work for any debian based linux distribution, and should be fairly easily converted to work when RHEL/Other based distros.

sudo apt-get install -y curl git gcc build-essentials

Install

Install everything with:

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply twitchel

You will need to restart your terminal session afterwards

Secrets

Personal secrets are stored in 1Password and you'll need the 1Password CLI installed. Login to 1Password with:

eval $(op signin)

Releases

No releases published

Packages

No packages published