https://github.com/marcnuth/setup-scripts
the setup scripts when start a new linux
https://github.com/marcnuth/setup-scripts
emacs linux one-key setup
Last synced: 3 months ago
JSON representation
the setup scripts when start a new linux
- Host: GitHub
- URL: https://github.com/marcnuth/setup-scripts
- Owner: Marcnuth
- Created: 2016-12-27T02:55:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T07:32:01.000Z (about 9 years ago)
- Last Synced: 2025-01-20T06:13:53.945Z (over 1 year ago)
- Topics: emacs, linux, one-key, setup
- Language: Emacs Lisp
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup-scripts
This will install some necessary tools&libs for developing on A Linux(Ubuntu/Linux Mint) device.
# Including Softwares/Libries
## Common Softwares/Tools
- Emacs
- Tmux
- ZSH & Oh My Zsh
- Docker
## Machine Learning
- Python3
- Tensorflow
- Numpy
- Scipy
- Scikit-learn
- Pandas
- Xgboost
/Note: Only the py3 version libries will be installed./
## Docker Images
- Hadoop
- Spark
# Preconditions
No preconditions are required!
# Usage
## Install All
Download this repo and run following commands:
```shell
./prepare-linux-mint.sh
```
## Install Optional
If you only want to install the Machine Learning or Tools of this repo, you could run
``` shell
./prepare-python3.sh
```
or
```shell
./prepare-emacs.sh
```
or etc.