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.
- Host: GitHub
- URL: https://github.com/nasdin/setup_fresh_fedora_develop
- Owner: Nasdin
- License: apache-2.0
- Created: 2019-07-08T14:44:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T10:17:14.000Z (almost 6 years ago)
- Last Synced: 2024-12-28T13:43:23.065Z (5 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd Setup_fresh_fedora_develop
sudo bash install.sh
```