From 5e9b652a7782ebd07b69100d9ce234785bf38083 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 20 Feb 2020 01:40:06 +0300 Subject: symlinks on Windows are a freaking pain I'll just update the relevant files from linux-home from now on, I think. --- %USERPROFILE%/.minttyrc | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) mode change 120000 => 100644 %USERPROFILE%/.minttyrc (limited to '%USERPROFILE%/.minttyrc') diff --git a/%USERPROFILE%/.minttyrc b/%USERPROFILE%/.minttyrc deleted file mode 120000 index 877508a..0000000 --- a/%USERPROFILE%/.minttyrc +++ /dev/null @@ -1 +0,0 @@ -../linux-home/%HOME%/.minttyrc \ No newline at end of file diff --git a/%USERPROFILE%/.minttyrc b/%USERPROFILE%/.minttyrc new file mode 100644 index 0000000..43fd612 --- /dev/null +++ b/%USERPROFILE%/.minttyrc @@ -0,0 +1,23 @@ +BoldAsFont=no +Font=Consolas +FontHeight=11 +Rows=25 +ScrollbackLines=9000 +BackgroundColour=30,30,30 +CursorColour=210,210,210 +Black=30,30,30 +BoldBlack=30,30,30 +Red=210,120,120 +BoldRed=210,120,120 +Green=120,210,120 +BoldGreen=120,210,120 +Yellow=210,210,120 +BoldYellow=210,210,120 +Blue=120,165,210 +BoldBlue=120,165,210 +Magenta=240,90,165 +BoldMagenta=240,90,165 +Cyan=90,210,210 +BoldCyan=90,210,210 +White=210,210,210 +BoldWhite=210,210,210 -- cgit v1.2.3