Create a directory and run the following command.
npm init For this tutorial, I will be adding an index.js file to the src folder, and this will be our entry point.
Our file directory should look like this.
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // choose either `'stable'` for receiving highly polished, | |
| // or `'canary'` for less polished but more frequent updates | |
| updateChannel: 'canary', |
| # ~/.config/starship.toml | |
| [battery] | |
| full_symbol = "🔋" | |
| charging_symbol = "🔌" | |
| discharging_symbol = "⚡" | |
| [[battery.display]] | |
| threshold = 30 | |
| style = "bold red" |
Digital Ocean, Welcome to the developer cloud. They make it simple to launch in the cloud and scale up as you grow—whether you’re running one virtual machine or ten thousand.
| # Jump to a common used Folder https://github.com/rupa/z/ | |
| rupa/z | |
| # https://github.com/zsh-users/zsh-completions | |
| zsh-users/zsh-completions | |
| # Oh My Zsh Library folder to use their plugins | |
| ohmyzsh/ohmyzsh path:lib | |
| # prompts: |