https://github.com/omid/dotfiles
My Dotfiles
https://github.com/omid/dotfiles
Last synced: about 1 year ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/omid/dotfiles
- Owner: omid
- License: mit
- Created: 2016-01-10T16:06:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T07:48:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T05:41:11.199Z (about 1 year ago)
- Language: Shell
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -)"
```