Giter Club home page Giter Club logo

term's Introduction

Term

There are many like it, but this one is mine.

screenshot

Terminal emulator

I use alacritty.

Font

I use Victor Mono with the additional nerd font glyphs. I prefer the oblique italics mode over the cursive.

Terminal colours

I use the base16 tomorrow night eighties theme for alacritty.

Prompt

I use starship to render my prompt, although my zshrc will gracefully fall back to my old oh-my-zsh theme if starship is not available.

Shell

I use oh my zsh, with a pretty tiny .zshrc. My config includes:

Installation

Install alacritty, victor mono, and starship as appropriate for your platform.

Then execute these commands to clone the repos and link the config files into place.

mkdir -p ~/docs/
cd ~/docs
git clone https://github.com/fitzsimmons/term
cd term
./install_omzsh.bash
git clone https://github.com/aarowill/base16-alacritty
ln -s ~/docs/term/alacritty.yml ~/.alacritty.yml
ln -s ~/docs/term/starship.toml ~/.config/starship.toml

Optional utilities

My zshrc aliases several improved cli utilities if they're found in the path:

  • lsd, which replaces ls
  • ripgrep (rg), which replaces grep
  • fd, which replaces find
  • bat, which replaces less
  • bottom (btm), which replaces top
  • fzf, which doesn't replace anything, it's just an arbitrary fuzzy finder. I have supplied some aliases in my zshrc, notably cdf, which can be used to change directory to a subdirectory via fuzzy matching.

Many of these utilities can be installed with brew or cargo but you're on your own for finding a way to get them for your platform.

term's People

Contributors

fitzsimmons avatar

Stargazers

 avatar  avatar

Watchers

 avatar

term's Issues

The command exeuction time is not monotonic

It just calls out to date +%s at the beginning and end of the command execution, which I think can be manipulated, e.g. by Daylight Saving Time or NTP. Reading from /proc/uptime is probably a better approach.

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.