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

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

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.