Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gszr/dotfiles


https://github.com/gszr/dotfiles

configuration dotfiles linux

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## . files

My dotfiles, managed with [`dot`](https://github.com/gszr/dot).

* Download `dot`:
```sh
$ curl --remote-name-all --location $( \
curl -s https://api.github.com/repos/gszr/dot/releases/latest \
| grep "browser_download_url.*$(uname -s)-$(uname -m).*" \
| cut -d : -f 2,3 \
| tr -d \" )
```

* Install the dotfiles
```sh
$ dot -verbose
```