Skip to content

if you work with windows sybsystem for linux and simple shell script that installs neovim + kickstarter , sdkman , java , gradle , kotlin , zsh + starship, rust

License

Notifications You must be signed in to change notification settings

WOCOMLABS/wsl.kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsl.kickstart

if you work with windows sybsystem for linux and simple shell script that installs neovim + kickstarter , sdkman , java , gradle , kotlin , zsh + starship, rust

Install Power Shell ( as Admin )

winget install --id Microsoft.Powershell --source winget

List available distros

wsl --list --online

Install wsl

wsl --install -d Ubuntu-24.04

setup your git ( Optional )

git config --global user.name "Jonh Doe" && \
git config --global user. Email john.doe@domain.com && \
git config --global --unset credential.helper && \
git config --global credential.helper store

clone the repo into wsl

git clone https://github.com/WOCOMLABS/wsl.kickstart ~/.config/wsl && \
cd ~/.config/wsl && \
chmod u+x init.sh init_jvm.sh init_js.sh && \
./init.sh

About

if you work with windows sybsystem for linux and simple shell script that installs neovim + kickstarter , sdkman , java , gradle , kotlin , zsh + starship, rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages