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

https://github.com/omid/dotfiles

My Dotfiles
https://github.com/omid/dotfiles

Last synced: about 1 year ago
JSON representation

My Dotfiles

Awesome Lists containing this project

README

          

# My .files

### Supported Softwares

* ZSH
* Tmux
* Git
* Axel
* Wget

### Installation

#### via curl

```shell
sh -c "$(curl -fsSL https://raw.github.com/omid/dotfiles/master/install.sh)"
```
or

```shell
sh -c "$(curl -fsSL https://cdn.rawgit.com/omid/dotfiles/master/install.sh)"
```

#### via wget

```shell
sh -c "$(wget https://raw.github.com/omid/dotfiles/master/install.sh -O -)"
```

or

```shell
sh -c "$(wget https://cdn.rawgit.com/omid/dotfiles/master/install.sh -O -)"
```