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

https://github.com/nasdin/setup_fresh_fedora_develop

Bash scripts to setup a freshly installed FedoraOS into a Data Science Development environment setup.
https://github.com/nasdin/setup_fresh_fedora_develop

Last synced: 3 months ago
JSON representation

Bash scripts to setup a freshly installed FedoraOS into a Data Science Development environment setup.

Awesome Lists containing this project

README

        

# Setup Fresh FedoraOS Computer

## For Development use, easy setup via a single bash script

## Contains my configurations
- Vim (Done)
- JetBrains ToolKit (Done)
- Vim Configured for Python (Done)
- Docker (Done)
- alien (Debian support) (Done)
- Franz (Done)
- Kubernetes(minikube) (TODO)
- Deepin (Done)
- Anaconda (Done)
- chrome (Done)
- Git setup and ssh setup (Done)
- LastPass (Done)

## Single setup file to install everything
- install.sh (TODO)

## Installation Instructions
```
git clone [email protected]:Nasdin/Setup_fresh_fedora_develop.git

cd Setup_fresh_fedora_develop

sudo bash install.sh
```