jaredledvina / dotfiles

My personal dotfiles repo

Repository from Github https://github.comjaredledvina/dotfilesRepository from Github https://github.comjaredledvina/dotfiles

dotfiles

My personal dotfiles repo

Setup

  1. cd $HOME
  2. git clone https://github.com/akerl/....git
  3. mkdir Projects && cd Projects
  4. git clone git@github.com:jaredledvina/dotfiles.git
  5. ~/.../bin/... conf ~/Projects/dotfiles/.dotdotdot.conf
  6. ~/.../bin/... update
  7. ~/.../bin/... install
  8. Open a new session and enjoy

Updating

  1. Edit, add, and push change
  2. dot super_update_install
  3. Open a new session and enjoy

Local 1Password Gitconfig setup:

❯ cat ~/.gitconfig.d/local
[user]
  signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAAIQff+o6cS70+bpt8f2wrqmTKqojIeBEjXnL8XfJOb

[gpg]
  format = ssh

[gpg "ssh"]
  program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"

[commit]
  gpgsign = true

About

My personal dotfiles repo


Languages

Language:Vim Script 98.7%Language:Shell 1.3%