Skip to content

jpillora/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My configuration for:

  • fish
  • tmux
  • ssh

Plus a some handy scripts

Initialise

# run the restore script in this repo
curl https://jpillora.com/dotfiles/bin/restore-dotfiles | bash

Usage

Mostly, you'll only want to push tracked file changes

dotgitupdate # diff, prompt, add/commit/push changes

To start tracking new files:

dotgit add $HOME/a/path/to/my/file

You can also run any git command:

dotgit <normal git command>