Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/typoverflow/.dotfiles

A repo containing bash scripts to deploy reinforcement learning dev environment within one click!
https://github.com/typoverflow/.dotfiles

dotfiles linux mujoco tmux zsh

Last synced: 3 months ago
JSON representation

A repo containing bash scripts to deploy reinforcement learning dev environment within one click!

Awesome Lists containing this project

README

        

# \Dotfiles
This repo contains (nearly) all of the dot files which I need to configure my coding environment. To quickly reconstruct the environments and deploy these dot files, scripts are also included in this repo.

## Installation
1. clone this repo with --recursive option.
```bash
git clone --recurse-submodules [email protected]:typoverflow/.dotfiles.git
```

2. run the script inside the repo.
```bash
bash install_zsh.sh # install zsh, oh-my-zsh, plugins and themes
bash install_tmux.sh # install tmux and theme
```

## Contents
### Jupyter Lab
Install Jupyter Lab within on command, simply `bash isntall_jupyter.sh` and enter your password.
+ compatable with
+ [x] Ubuntu
+ [ ] MacOS

### mujoco
```bash
bash install_mujoco200.sh
bash install_mujoco210,sh
```

### Zsh, Oh-My-Zsh

+ Compatable with
+ [x] Ubuntu
+ [x] ArchLinux
+ [ ] MacOS

### **Tmux**

+ Compatable with
+ [x] Ubuntu, Arch Linux
+ [ ] MacOS

This part is inspired by [Johnny4Fun](https://github.com/Johnny4Fun/.tmux).

## ToDos
Have a look at [ToDos](./TODO.md) and help to improve!