Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/caspervonb/dotfiles
- Owner: caspervonb
- Created: 2013-05-15T02:32:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-20T06:56:02.000Z (almost 11 years ago)
- Last Synced: 2024-05-01T13:00:19.572Z (8 months ago)
- Language: VimL
- Homepage:
- Size: 258 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```