Giter Site home page Giter Site logo

terminal's Introduction

My Terminal Configs ๐Ÿ’ป

This repository contains configuration files and setup instructions for my preferred terminals on macOS, Linux, and Windows environments.

macOS or Linux

Install the following:

1. Terminal emulator iTerm2 or Hyper

2. Package manager Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

3. Command line shell zsh

brew install zsh

4. Framework for zsh Oh My Zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

  1. Enter folder custom plugins ~/.oh-my-zsh/custom/plugins
  2. Clone git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  3. Open config file ~/.zshrc
  4. Add plugins=(zsh-autosuggestions)

zinit light zdharma-continuum/fast-syntax-highlighting

git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1

ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"

Set ZSH_THEME="spaceship" in your .zshrc

Theme Dracula

  1. Enter folder cd ~/.oh-my-zsh/themes/
  2. Clone git clone https://github.com/dracula/zsh.git
  3. Move file dracula.zsh-theme and folder lib to themes
  4. Edit config file nano ~/.zshrc change theme to ZSH_THEME="dracula"

Windows

1. Windows Terminal

2. Oh My Posh

winget install JanDeDobbeleer.OhMyPosh -s winget

terminal's People

Contributors

lucasm avatar

Stargazers

 avatar  avatar

Watchers

 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.