We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Terminal has a bunch of nice new things, eg. emoji (although emoji may also be supported by Hyper)
https://chocolatey.org/packages/microsoft-windows-terminal
If we do this, we have to make sure it integrates well with Git Bash / Cygwin. Eg. the following configuration from Hyper:
shell: 'C:\\Program Files\\Git\\git-cmd.exe', shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'], env: { TERM: 'cygwin' },
Another benefit is that we would remove one more piece of third-party software from the System Setup guide.
The text was updated successfully, but these errors were encountered:
Looks like these may be some good setup instructions at either of the following here:
Sorry, something went wrong.
Probably don't need to do this for the time being - Hyper + Git Bash already supports emoji.
No branches or pull requests
Windows Terminal has a bunch of nice new things, eg. emoji (although emoji may also be supported by Hyper)
https://chocolatey.org/packages/microsoft-windows-terminal
If we do this, we have to make sure it integrates well with Git Bash / Cygwin. Eg. the following configuration from Hyper:
Another benefit is that we would remove one more piece of third-party software from the System Setup guide.
The text was updated successfully, but these errors were encountered: