Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/typoverflow/.dotfiles
- Owner: typoverflow
- Created: 2021-12-08T10:08:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:36:33.000Z (about 2 years ago)
- Last Synced: 2023-03-07T13:55:08.352Z (almost 2 years ago)
- Topics: dotfiles, linux, mujoco, tmux, zsh
- Language: Shell
- Homepage:
- Size: 9.9 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
+ [ ] MacOSThis part is inspired by [Johnny4Fun](https://github.com/Johnny4Fun/.tmux).
## ToDos
Have a look at [ToDos](./TODO.md) and help to improve!