1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

FluentTerminalというwindows terminalを使ってみた

Last updated at Posted at 2019-10-03

# 管理者権限でpowershellを開きます
$ choco upgrade chocolatey
$ choco install fluent-terminal

chocoのpathは、大体がc:/ProgramData/Chocolateyにあります。実行ファイルはbinに置いてある事が多く、ライブラリがlibです。

fluent-terminalは普通にwindows10アプリに登録されますので、設定 > アプリ > fluent-terminalから起動できます。

ついでにpowershellのpowerlineを設定してみました。

$ pwsh

$ echo $psversiontable
6.2.0

$ Install-Module PANSIES -AllowClobber
$ Install-Module PowerLine
$ Import-Module PowerLine

$ Set-PowerLinePrompt -SetCurrentDirectory -RestoreVirtualTerminal -Newline -Timestamp -Colors "#FFDD00", "#FF6600"
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?