Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gpanders/dotfiles

Mirror
https://github.com/gpanders/dotfiles

Last synced: about 2 months ago
JSON representation

Mirror

Awesome Lists containing this project

README

        

# dotfiles

This repository contains configuration files for a variety of programs.

export GIT_DIR=$HOME/.dotfiles
export GIT_WORK_TREE=$HOME
git init
git remote add -f origin https://git.sr.ht/~gpanders/dotfiles
git checkout -f master
git sparse-checkout set '/*' '!LICENSE' '!README.md'
echo '*' >> $HOME/.dotfiles/info/exclude