maphew

ConEmu settings

March 13, 2023

Ensure file is saved with CRLF line endings or it won't be read properly (true for all .bat and .cmd files).

Encode using UTF-8 if using the sample '  » ' prompt.

@rem !!! Sample user specific settings that will persist in upgrade !!!
@rem !!! Save as "%USERPROFILE%\.conemu\CmdInit.cmd" to activate    !!!
@echo Loading ConEmu user settings...
@echo off
:: Allow (some) Unicode (https://ss64.com/nt/chcp.html)
chcp 65001
:: {Shell type} {path} right-angle-quote over two lines and no hostname:
::      CMD C:\Users\Me\Code
::      »
set PROMPT=$E[m$E[32mCMD$E\$S$E[92m$P$E[90m$_$E[90m»$E[m$S$E]9;12$E\

https://github.com/Maximus5/ConEmu/blob/master/Release/ConEmu/CmdInit_user_sample.cmd

Colour theme: tc-maxx