Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gszr/dotfiles
https://github.com/gszr/dotfiles
configuration dotfiles linux
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gszr/dotfiles
- Owner: gszr
- Created: 2018-07-13T21:33:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T14:21:13.000Z (8 months ago)
- Last Synced: 2024-03-25T02:50:04.766Z (8 months ago)
- Topics: configuration, dotfiles, linux
- Language: Shell
- Homepage:
- Size: 3.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```