- Add
HOME
- Get Windows Terminal from https://aka.ms/terminal and install it.
- Get Powershell Core 7 from https://docs.microsoft.com/ja-jp/powershell/scripting/install/installing-powershell-core-on-windows and install it.
- Get FiraCode fonts from https://github.com/tonsky/FiraCode and install it.
- Configure Windows Terminal to...
- Use Powershell Core 7 as default shell
- Use FiraCode fonts
- Install
PSReadLine
byInstall-Module -Name PSReadLine -AllowPrerelease -Force
- Run
notepad $PROFILE
and paste belowif ($host.Name -eq 'ConsoleHost') { Import-Module PSReadLine Set-PSReadlineOption -EditMode Emacs }
- Run Windows Terminal as Administrator
- Follow official guide https://chocolatey.org/install and install Chocolatey.
choco install git.install --params "/GitOnlyOnPath /WindowsTerminal /NoShellIntegration /NoGuiHereIntegration /NoShellHereIntegration /noGitLfs /SChannel /NoAutoCrlf"
- Install emacs by
choco install emacs
- Clone
emacs.d
from https://github.com/yadex205/proximacs.git
choco install jq