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

https://github.com/endocrimes/dotfiles

things that give computers my special brand of depression
https://github.com/endocrimes/dotfiles

Last synced: over 1 year ago
JSON representation

things that give computers my special brand of depression

Awesome Lists containing this project

README

          

# Dotfiles

To Install:
```bash
# Pull and Install Dotfiles
git --work-tree=$HOME --git-dir=$HOME/.files.git init && \
git --work-tree=$HOME --git-dir=$HOME/.files.git remote add origin https://github.com/endocrimes/dotfiles.git && \
git --work-tree=$HOME --git-dir=$HOME/.files.git pull origin main && \
git --work-tree=$HOME --git-dir=$HOME/.files.git submodule update --recursive && \
make osx
```