Skip to content

TheoMeunier/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfile

What's in this setup?

  • Terminal: Windows Terminal / Wrap
  • Zsh
  • Git
  • Docker
  • Docker compose
  • Node js (using mvn)
  • IDE: Jetbrains (Phpstrom, IntelliJ IDEA), Visual Studio

Setup WSL

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all

wsl --set-default-version 2

Install ZSH

On My Zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

P10k

git clone /~https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
p10k configure

git clone /~https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone /~https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting

Add font on Windows terminal

{
    "fontFace": "MesloLGS NF"
}

Add color scheme on Windows terminal

{
    "colorScheme": "Campbell"
}

Install NVM

curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash 
source ~/.nvm/nvm.sh

nvm install --lts 

Thème

L'OS:

Config Théme

Phpstrom

Config Thème

About

Set configuration my environnement dev

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages