Git Product home page Git Product logo

dank_theme's Introduction

DANK THEME

A sweet little zsh theme based off the cloud theme.

Demo

Installation

To use this theme, you'll need to add it to your custom themes directory in zsh. To get to your custom zsh directory, type this in your zsh prompt:

$ $ZSH_CUSTOM

Pretty simple, right? Now I recommend opening this directory in your favorite text editor (mine is VS Code). You can do this with VS Code like so:

$ code .

Once you have this directory open, you should see a subdirectory called themes, copy the dank_theme.zsh-theme file into this directory.

Once you've done this, you will need to have your zsh config file know to use the theme. Open the config file in VS Code with the following command:

$ code ~/.zshrc

At the top of your zsh config file you should see something like this:

# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH

# Path to your oh-my-zsh installation.
export ZSH=/Users/liamstokinger/.oh-my-zsh

# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="my_theme"

# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"

Now all you have to do is change this up like so:

# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH

# Path to your oh-my-zsh installation.
export ZSH=/Users/liamstokinger/.oh-my-zsh

# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="dank_theme"

# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"

And you're all set!

dank_theme's People

Contributors

stokingerl avatar

Stargazers

Benjamin W. Smith 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.