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

https://github.com/gpanders/dotfiles

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

Last synced: 9 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://codeberg.org/gpanders/dotfiles
git checkout -f master
git sparse-checkout set --no-cone '/*' '!LICENSE' '!README.md'
echo '*' >> $HOME/.dotfiles/info/exclude