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

https://github.com/bborbe/dotfiles

My .files
https://github.com/bborbe/dotfiles

Last synced: 5 months ago
JSON representation

My .files

Awesome Lists containing this project

README

          

# Dotfiles

## Install

```
sudo apt-get -y install zsh git-core
git -C ~/dotfiles pull || git clone https://github.com/bborbe/dotfiles.git ~/dotfiles
cd ~/dotfiles && ./install
```