It sounds like you're having a bit of trouble, but I can definitely help with that! For setting up themes and plugins in Hyper, create sure you have the latest version of Hyper installed. Then, edit your .hyper.js
configuration file to include the desired plugin names in the plugins
array. Sometimes plugins may not load correctly if there are compatibility issues or typos in the config file.
For integrating Git Bash, you can set it as the default shell by adding shell: 'C:\\Program Files\\Git\\git-cmd.exe',
and shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],
to your .hyper.js
config file. This will launch Git Bash when you open Hyper.
If a plugin isn't working right, check the JavaScript console for errors (View > Toggle Developer Tools), which can provide clues about what's going wrong. Additionally, visiting the GitHub pages of those plugins might offer installation tips or other user-reported issues that are similar to what you're experiencing.
Hopefully, these steps will smooth out your setup process!