Skip to content

magarcia/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

screenshot

Introduction

@magarcia dotfiles implementation leveraging the following:

  • yadm - Dotfiles manager
  • fish - smart and user-friendly command line shell

Install

yadm clone https://github.com/magarcia/dotfiles.git --bootstrap # https!

Notes

  • Bootstraping updates the remote url to ssh, so an ssh key will have to be configured after this (see below).
  • There might be some need to enter the sudo password.
  • Mac App Store installs will ask for a login.

Extra

Add ssh key

Configure (new or existing) ssh key and add it to GitHub, then add key to ssh-agent and ~/.ssh/config. Then test:

ssh -T git@github.com

Cheat sheet

# yadm wraps git, e.g.:
yadm status
yadm add <file>
yadm commit
yadm push
# etc

# List files under yadm control:
yadm list -a