Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Seamless FluentTerminal Integration

David Refoua edited this pageApr 23, 2019 ·12 revisions

Introduction

Fluent Terminal is a terminal emulator built with UWP– i.e. Universal Windows Platform – andxterm.js. It is GPU-accelerated and uses web-technologies.

A neat feature ofUWP apps in general, is that they can leverage theacrylic effect of Microsoft'sfluent design, which can produce awesome blurred-behind visuals.

Fluent Terminal can be used as an alternative toConEmu in order to launch Cmder.

Here's a demo of the acrylic terminal effect:

Cmder on Fluent Terminal UWP, a transparent terminal for Windows with acrylic effect

The instructions to install Cmder on Fluent Terminal is simple and pretty easy to follow.

Instructions

To run Cmder under Fluent Terminal, follow these steps:

  1. Download and install the latest release of Fluent Terminal:instructions here

  2. Save the following file underMonokai.flutecolors on your Desktop:
    📦 Monokai.flutecolors
    Tip: Make sure your filename doesn't end in.txt when you save it.

  3. Follow the instructions inthis page to set-up the%CMDER_ROOT% environmental variable
    Tip: If you already have a working environment variable, skip this step

  4. Open Fluent Terminal, then go to⚙ Settings usingCtrl + , (Control-Comma) keyboard shortcut

  5. Navigate to Themes →🖌 Import, selectMonokai.flutecolors from your Desktop,
    then click on✓ Set Active

  6. Navigate to Profiles →➕ Create new, and enter the following into the fields:

    Tip: This will install the defaultclink-based profile (i.e. "cmd").
    Under theOptional Profiles you can find other shells, e.g. bash and Powershell.

    • Name: Cmder/Cmd
    • Shell executable location:C:\Windows\System32\cmd.exe
    • Working directory:C:\Users\[Username]
      Tip: Substitute[Username] with your username, e.g.:C:\Users\David.
    • Arguments:
      /ktitle Cmder/Cmd&"%CMDER_ROOT%\vendor\init.bat"
    • Theme: Monokai
    • Keyboard Shortcut:Ctrl+Alt+c or whatever you prefer.
      Tip: So you can launch more tabs.
  7. Click💾 Save

  8. Click✓ Set Default

  9. Download and install your choice fromany of the fonts below, then enable it in
    the⚙ SettingsTerminal tab → under theFont family section.

    Tip: This step will prevent the issue ofextra spacing when the default font is used.
    Alternatively, you can simply customize theλ prompt and change it to$, or your prompt of choice.Click here to see how

  10. (Optional) In theTerminal tab, reduce the "Background opacity" to around0.30 for a better acrylic effect

  11. CloseFluentTerminal, and re-open it.

    😄 You're done!

Optional Profiles

You can also add the following optional shells in addition to Cmder's default clink shell:

Cmder/Bash Profile

  1. Navigate to Profiles →➕ Create new, and enter the following into the fields:

    • Name: Cmder/Bash
    • Shell executable location:[CMDER_ROOT]\vendor\git-for-windows\bin\bash.exe
      Tip: Environment variables will not work to specify the path to Cmder, replace[CMDER_ROOT] with the actual path!
    • Working directory:C:\Users\[Username]
      Tip: Substitute[Username] with your username, e.g.:C:\Users\David.
    • Arguments:
      --login -i
    • Theme: Monokai
    • Keyboard Shortcut:Ctrl+Alt+b or whatever you prefer.
      Tip: So you can launch more tabs.
  2. Click💾 Save

Cmder/Powershell

  1. Navigate to Profiles →➕ Create new, and enter the following into the fields:

    • Name: Cmder/Powershell
    • Shell executable location:C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
    • Working directory:C:\Users\[Username]
      Tip: Substitute[Username] with your username, e.g.:C:\Users\David.
    • Arguments:
      -ExecutionPolicy Bypass-NoLogo-NoProfile-NoExit-Command"Invoke-Expression '. ''[CMDER_ROOT]\vendor\profile.ps1'''"
      Tip: Environment variables will not work to specify the path to Cmder, replace[CMDER_ROOT] with the actual path!
    • Theme: Monokai
    • Keyboard Shortcut:Ctrl+Alt+p or whatever you prefer.
      Tip: So you can launch more tabs.
  2. Click💾 Save

 

Spaces in path

CAUTION: The command line interpreter in Windows has some issues withspaces in the path, such asC:\Program Files (x86)\Cmder. We donot recommended to install Cmder in a path that contains spaces.

The instructions outlined above should work correctly, but in case you are having a problem, please read below.

To avoid any conflicts, it is recommended to install Cmder in a path that does not contain any spaces, such as:C:\apps\Cmder orC:\tools\Cmder.

You mayalso have to escape the parentheses( and) as well as spaces. Here's an example:

C:\Program Files (x86)\Cmder  →  "C:\\Program^ Files^ ^(x86^)\\Cmder"

For more information, please readthis comment.

 

Need more help?

  • Post a comment on the issuehere and mention @DRSDavidSoft for help
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp