Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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-repo

wget 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-repo

wget https://raw.githubusercontent.com/axynos/dotfiles/main//path-in-repo
```