Skip to content

A selection of dotfiles and a script to set them up

Notifications You must be signed in to change notification settings

dancorne/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

282 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Configuration files for bash, zsh, tmux, vim, git etc.

Installation

To clone initially:

$ echo .dotfiles/ >> ~/.gitignore
$ git clone --bare git@github.com:dancorne/dotfiles $HOME/.dotfiles
$ git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
# Back up or delete any conflicting files
# Any changes can now be handled with the `dotfiles` alias
$ dotfiles config --local status.showUntrackedFiles no  # After reloading shell

About

A selection of dotfiles and a script to set them up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors