Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axynos/dotfiles-old
Dotfiles for the programs I most commonly use for development.
https://github.com/axynos/dotfiles-old
dotfiles
Last synced: 19 days ago
JSON representation
Dotfiles for the programs I most commonly use for development.
- Host: GitHub
- URL: https://github.com/axynos/dotfiles-old
- Owner: axynos
- Created: 2021-03-26T22:27:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T19:24:05.000Z (over 2 years ago)
- Last Synced: 2024-12-16T16:03:37.153Z (21 days ago)
- Topics: dotfiles
- Language: Vim script
- Homepage:
- Size: 5.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Silver's Dotfiles
Dotfiles for the programs I use most frequently for development.
## How do I get these for myself?
Option 1:
Clone the repo and get the file you want manually.```bash
git clone [email protected]:axynos/dotfiles.git ./dotfiles
```Option 2:
If you want to download a specific file, you can use curl or wget.```
curl -O -J dot.axynos.ee/path-in-repowget dot.axynos.ee/path-in-repo
```The code that rewrites the request is available in [dotfiles-rewrite](https://github.com/axynos/dotfiles-rewrite/blob/main/next.config.js)
In case you don't trust a random domain, you can also use the following curl and wget commands to achieve the same effect.
```
curl -O -J https://raw.githubusercontent.com/axynos/dotfiles/main/path-in-repowget https://raw.githubusercontent.com/axynos/dotfiles/main//path-in-repo
```