Skip to content

Instantly share code, notes, and snippets.

@toruta39
Last active November 28, 2023 12:36
Show Gist options
  • Select an option

  • Save toruta39/6cf3d05830b00f9568ad7ab6d3491e2a to your computer and use it in GitHub Desktop.

Select an option

Save toruta39/6cf3d05830b00f9568ad7ab6d3491e2a to your computer and use it in GitHub Desktop.

Revisions

  1. toruta39 revised this gist Mar 4, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ![](https://imgur.com/PAHvlJ0)
    ![](https://i.imgur.com/PAHvlJ0.png)
  2. toruta39 revised this gist Mar 4, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ![](https://imgur.com/PAHvlJ0)
  3. toruta39 revised this gist Mar 4, 2020. No changes.
  4. toruta39 created this gist Mar 4, 2020.
    31 changes: 31 additions & 0 deletions .minttyrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    RowSpacing=2
    FontHeight=10
    Locale=C
    Charset=UTF-8
    Transparency=low
    Font=JetBrains Mono
    BoldAsFont=yes
    FontSmoothing=default
    ForegroundColour=160,160,160
    BackgroundColour=27,29,30
    CursorColour=252,151,31
    Black=27,29,30
    BoldBlack=0,43,54
    Red=249,38,114
    BoldRed=203,75,22
    Green=130,180,20
    BoldGreen=182,227,84
    Yellow=253,151,31
    BoldYellow=254,237,108
    Blue=86,194,214
    BoldBlue=140,237,255
    Magenta=140,84,254
    BoldMagenta=158,111,254
    Cyan=70,84,87
    BoldCyan=137,156,161
    White=204,204,198
    BoldWhite=248,248,242
    CursorType=block
    Columns=160
    Rows=40
    FontWeight=400
    22 changes: 22 additions & 0 deletions msys2.reg
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    Windows Registry Editor Version 5.00

    ;[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw32]
    ;@="MinGW &32 Bash Here"
    ;"Icon"="\"C:\\msys64\\mingw32.ico\""

    ;[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw32\command]
    ;@="c:\\msys64\\usr\\bin\\mintty.exe -o LigaturesSupport=2 -o Ligatures=2 /bin/bash -lc 'export MSYSTEM=MINGW32; cd \"$(cygpath \"%V\")\"; export CHERE_INVOKING=1; exec bash --login -i'"

    ;[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw64]
    ;@="MinGW &64 Bash Here"
    ;"Icon"="\"C:\\msys64\\mingw64.ico\""

    ;[HKEY_CLASSES_ROOT\Directory\Background\shell\mingw64\command]
    ;@="c:\\msys64\\usr\\bin\\mintty.exe -o LigaturesSupport=2 -o Ligatures=2 /bin/bash -lc 'export MSYSTEM=MINGW64; cd \"$(cygpath \"%V\")\"; export CHERE_INVOKING=1; exec bash --login -i'"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\msys2]
    @="MSYS2 Bash Here"
    "Icon"="\"C:\\msys64\\msys2.ico\""

    [HKEY_CLASSES_ROOT\Directory\Background\shell\msys2\command]
    @="c:\\msys64\\usr\\bin\\mintty.exe -o LigaturesSupport=2 -o Ligatures=2 /bin/bash -lc 'export MSYSTEM=MSYS; cd \"$(cygpath \"%V\")\"; export CHERE_INVOKING=1; exec bash --login -i'"