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

https://github.com/fdesjardins/config

My dotfiles and other config
https://github.com/fdesjardins/config

configuration dotfiles linux unix zsh

Last synced: 2 months ago
JSON representation

My dotfiles and other config

Awesome Lists containing this project

README

          

# Config

My dotfiles and other configuration files and utilities.

Tested on Ubuntu-based Linux distros. Mostly works on MacOS.

## Install

### curl

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/fdesjardins/config/master/install-base.sh)"
```

### wget

```bash
sh -c "$(wget https://raw.githubusercontent.com/fdesjardins/config/master/install-base.sh -O -)"
```

## License

MIT © Forrest Desjardins