Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 858 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 858 Bytes

wsltty_conf

My setup for wsltty terminal (mintty) for Windows Subsystem for Linux

Credit to:

  1. Nick Janetakis for all things Linux on Windows, including his WSLTTY config setup: https://nickjanetakis.com/blog/configuring-wsltty-which-is-my-favorite-windows-wsl-terminal

  2. These repos for themes:

Usage

Assuming:

  • you already have Windows Subsystem for Linux
  • WSLTTY installed
  • git installed in WSL
  • and your Windows and WSL usernames are the same:

run the following in a Bash terminal window:

cd /tmp
git clone https://github.com/nreith/wsltty-conf.git
cp wsltty-conf/themes/* /mnt/c/Users/$USER/AppData/Roaming/wsltty/themes/
cp wsltty-conf/.minttyrc /mnt/c/Users/$USER/AppData/Local/wsltty/home/$USER/

Then start a new WSLTTY session.