https://github.com/ilanfrumer/linux-enviroment
https://github.com/ilanfrumer/linux-enviroment
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilanfrumer/linux-enviroment
- Owner: IlanFrumer
- Created: 2013-10-07T16:40:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-09T23:17:12.000Z (about 12 years ago)
- Last Synced: 2024-12-31T17:53:21.104Z (over 1 year ago)
- Language: Shell
- Size: 459 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## First run this:
```shell
sudo apt-get install curl
curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/install.sh | sh
```
## Choose between those scripts:
- **Zsh & Oh-My-Zsh & z:** `curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/terminal.sh | sh`
- **Sublime text 3 & Packages:** `curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/sublime.sh | sh`
- **Nodejs & Packages:** `curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/nodejs.sh | sh`
- **MongoDB:** `curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/mongodb.sh | sh`
- **Ruby & bundler:** `curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/ruby.sh | sh`
- **PHP Extensions & more:** `curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/php.sh | sh`
- **Mysql Workbrench:** `curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/mysql-workbrench.sh | sh`
- **Git config:** `curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/git/gitconfig.sh | sh`
- **Github ssh:** `curl -L https://raw.github.com/IlanFrumer/linux-enviroment/master/git/github_ssh.sh | sh`