An open API service indexing awesome lists of open source software.

https://github.com/floehopper/dotfiles

Unix configuration files
https://github.com/floehopper/dotfiles

dotfiles shell unix

Last synced: about 2 months ago
JSON representation

Unix configuration files

Awesome Lists containing this project

README

          

# Dotfiles

## Initial setup

git clone --bare git@github.com:floehopper/dotfiles.git $HOME/.dotfiles
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout

## Ongoing management

Use `dotfiles` alias in place of `git` in `$HOME`, e.g.

dotfiles add new-file
dotfiles status
dotfiles commit
dotfiles push