Skip to content

wesleynw/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Dotfiles

Based on Atlassian's Dotfiles: Best way to store in a bare git repository

Installing on a new system

alias config='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'
git clone --bare git@github.com:wesleynw/dotfiles.git $HOME/.dots
alias config='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'
config checkout

if encountering overwrite errors, backup files beforehand:

mkdir -p .config-backup && \
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
xargs -I{} mv {} .config-backup/{}
config checkout

About

Fish, Git, and Zed configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages