Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caspervonb/dotfiles

My personal configuration for unix environments.
https://github.com/caspervonb/dotfiles

Last synced: about 1 month ago
JSON representation

My personal configuration for unix environments.

Awesome Lists containing this project

README

        

## Install
```bash
git clone https://github.com/caspervonb/dotfiles.git ~/.dotfiles; for e in $(ls ~/.dotfiles | grep -v "\.md$"); do rm -r ~/.$e; ln -s ~/.dotfiles/$e ~/.$e; done
```