Coder Social home page Coder Social logo

georgelivas / terminal-config Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 87 KB

Hyper Terminal Configuration

Home Page: http://georgelivas.site/terminal-config/

JavaScript 55.57% Shell 44.43%
hyperterm hyper hyperjs terminal-configuration zsh zsh-theme bash

terminal-config's Introduction

My Terminal Configuration

Visit my Blog hyper zsh

Hyper.app Configuarion

I am using Hyper terminal on Mac every day, so I customised it to fit my needs in terms of apearance and usage.


Packages

All packages below and many more can be found at the repo: Awesome Hyper

Name Description
hyperline HyperLine is a status line plugin for Hyper.app. It shows you useful system information such as free memory, uptime and CPU usage.
hyperlayout Layout presets for Hyper.app
hyperterm_cursor Allows seeing the char behind your cursor by a color difference.
hypergoogle Open a Google search from the terminal.
hyper-blink Make your cursor blink.
hyper-spotify Display currently playing song on Spotify at the bottom or the top of the terminal and allows you to control your favourite music

Custom Theme for hyper-spotify

hyperSpotify: {
   theme: 'custom',
   controlsPosition: 'default',
   position: 'top',
   overlayColor: '#fff',
   iconColor: '#D75C1B',
   spotifyIconColor: '#1ED760',
   textColor: '#1ED760',
   margin: 'double'
}

Outcome

outcome

Shell Configuaration zsh

Oh-My-Zsh is an open source, community-driven framework for managing your ZSH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes, and a few things that make you shout... Oh. My. Zsh.

To install the theme:

  1. You have to clone the repo

  2. Create a new Zsh configuration by copying the Zsh configuration files provided:

    setopt EXTENDED_GLOB
    for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
    ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
    done
  3. Set Zsh as your default shell:

    chsh -s /bin/zsh
  4. Open a new Zsh terminal window or tab.

Acknowledgments

terminal-config's People

Contributors

georgelivas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.