https://github.com/hyoukadev/linux-vor
deploy linux development environment and more...
https://github.com/hyoukadev/linux-vor
linux tool
Last synced: 26 days ago
JSON representation
deploy linux development environment and more...
- Host: GitHub
- URL: https://github.com/hyoukadev/linux-vor
- Owner: hyoukadev
- License: mit
- Created: 2018-06-23T09:10:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T08:12:57.000Z (over 3 years ago)
- Last Synced: 2025-08-04T20:41:56.947Z (11 months ago)
- Topics: linux, tool
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux Vor!!
> Deploy linux environment and more configurations in a script.
### Usage
```
$ sudo chmod +x ./install.sh
$ ./install.sh
```
OR
```
$ sudo bash install.sh
```
Write your own extension function you want to deploy in folder `./src/extends`.
Then, add extension module name in the list named `enabled_extends_list` shown in file `./config/setting.sh`.
### TODO List
- [x] install packages
- [x] install git repos
- [x] install java
- [x] install nvm
- [x] install zsh and oh-my-zsh
- [ ] install vscode extends
- [ ] install spacemacs
- [ ] fix nouveau problem
- [ ] check system version to fire different shell for different system (check `pacman`, `apt`, `dnf`, etc.)
- [ ] support arch-linux
- [ ] use Docker to debug!
- [ ] install cuda