Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eagr/dotfiles_wsl
setup for Ubuntu on WSL 2
https://github.com/eagr/dotfiles_wsl
ubuntu wsl
Last synced: 8 days ago
JSON representation
setup for Ubuntu on WSL 2
- Host: GitHub
- URL: https://github.com/eagr/dotfiles_wsl
- Owner: eagr
- Created: 2020-12-08T01:37:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T08:18:26.000Z (over 2 years ago)
- Last Synced: 2024-10-28T04:00:06.973Z (about 2 months ago)
- Topics: ubuntu, wsl
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal setup for Ubuntu on WSL 2. Running the scripts will
* copy everything in `cp/` to your home directory
* set the default shell to zsh
* set the environment variables for HTTP/S proxy
* install Go 1.15.5 and Node 14
* install Python3 dev, pip, and venv
* install on request
* `jl` - JupyterLab
* `tf` - TensorFlow## Usage
```sh
git clone https://github.com/eagr/dotfiles_wsl.git && source dotfiles/ubuntu.sh# if you need both TensorFlow and JupyterLab
git clone https://github.com/eagr/dotfiles_wsl.git && source dotfiles/ubuntu.sh tf jl
```