背景
昨年末に久しぶりに自作マシンをリニューアルして、Windows環境を使うようになり、Cmderなる イマドキのDOS窓を使うようになった
init.batをコピー
copy %ConEmuDir%\..\init.bat %ConEmuDir%\..\init_td.bat
init_td.batを編集
以下のように、
) else (
echo Creating user startup file: "%CMDER_ROOT%\config\user-profile.cmd"
(
echo :: use this file to run your own startup commands
echo :: use in front of the command to prevent printing the command
echo.
echo :: call "%%GIT_INSTALL_ROOT%%/cmd/start-ssh-agent.cmd"
echo :: set "PATH=%%CMDER_ROOT%%\vendor\whatever;%%PATH%%"
echo.
) > "%CMDER_ROOT%\config\user-profile.cmd"
)
:: ここから
call c:\opt\td-agent\td-agent-prompt.bat
chcp 65001
cls
set PYTHONIOENCODING=utf-8
:: ここまで
exit /b
cmderの設定
fluentdのアイコンを作る
公式の
から
DLして
ImageMagickでicoに変換
convert Fluentd_icon.png -define icon:auto-resize %CMDER_ROOT%\icons\fluentd.ico