All Projects → arcticicestudio → Nord Dircolors

arcticicestudio / Nord Dircolors

Licence: mit
An arctic, north-bluish clean and elegant dircolors theme.

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Nord Dircolors

Nord Termite
An arctic, north-bluish clean and elegant Termite color theme.
Stars: ✭ 104 (-68.29%)
Mutual labels:  cli, terminal, zsh, nord, colors
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+98.48%)
Mutual labels:  cli, terminal, zsh, nord
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-82.93%)
Mutual labels:  cli, terminal, zsh, nord
Nord Terminator
An arctic, north-bluish clean and elegant Terminator color theme.
Stars: ✭ 78 (-76.22%)
Mutual labels:  cli, terminal, zsh, nord
Nord Xfce Terminal
An arctic, north-bluish clean and elegant Xfce Terminal color theme.
Stars: ✭ 136 (-58.54%)
Mutual labels:  cli, terminal, zsh, nord
Nord Xresources
An arctic, north-bluish clean and elegant Xresources color theme.
Stars: ✭ 210 (-35.98%)
Mutual labels:  cli, terminal, zsh, nord
Nord Terminal App
An arctic, north-bluish clean and elegant Terminal.app color theme.
Stars: ✭ 198 (-39.63%)
Mutual labels:  cli, terminal, zsh, nord
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-93.9%)
Mutual labels:  cli, terminal, zsh, nord
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (-21.34%)
Mutual labels:  cli, terminal, zsh, nord
Tml
🌈💻🎨 A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
Stars: ✭ 634 (+93.29%)
Mutual labels:  cli, terminal, colors
Git Praise
A nicer git blame.
Stars: ✭ 24 (-92.68%)
Mutual labels:  cli, terminal, colors
Autocomplete
Autocomplete for terminals on MacOS
Stars: ✭ 569 (+73.48%)
Mutual labels:  cli, terminal, zsh
Colorette
Easily set the color and style of text in the terminal.
Stars: ✭ 1,047 (+219.21%)
Mutual labels:  cli, terminal, colors
Bashhub Server
Private cloud shell history. Open source server for bashhub https://github.com/rcaloras/bashhub-client
Stars: ✭ 189 (-42.38%)
Mutual labels:  cli, terminal, zsh
Sultan
Sultan: Command and Rule over your Shell
Stars: ✭ 625 (+90.55%)
Mutual labels:  cli, terminal, zsh
Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: ✭ 3,279 (+899.7%)
Mutual labels:  cli, terminal, zsh
Cw
The best way to tail AWS CloudWatch Logs from your terminal
Stars: ✭ 368 (+12.2%)
Mutual labels:  cli, terminal, zsh
Dstask
Single binary terminal-based TODO manager with git-based sync + markdown notes per task
Stars: ✭ 431 (+31.4%)
Mutual labels:  cli, terminal, zsh
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+1248.17%)
Mutual labels:  cli, terminal, zsh
Geo
🌎 A Bash utility for easy wan, lan, router, dns, mac address, and geolocation output, with clean stdout for piping
Stars: ✭ 225 (-31.4%)
Mutual labels:  cli, terminal, zsh

An arctic, north-bluish clean and elegant dircolors theme.

Designed for a fluent and clear workflow based on the Nord color palette.

Getting started

Visit the official website to learn all about the features, how to install and activate the theme, supported data and node types and more from the official documentations.

Quick Start

Nord dircolors can be installed for all application that respect the LS_COLORS environment variable like GNU core utils ls, tree or modern projects like fd.

Download the dir_colors file and place it as ~/.dir_colors in your home directory.

For more details see the official installation & activation guide as well as the GNU dircolors documentations.

Latest Development State

To always use the latest development state of Nord dircolors, clone the repository and create a symbolic link of the src/dir_colors file to ~/.dir_colors in your home directory afterwards:

ln -sr "$PWD/src/dir_colors" ~/.dir_colors

Activation

To activate and use Nord dircolors as your default color theme for all sessions, load the theme with dircolors by adding the following snippet to the configuration file of your shell (~/.bashrc, ~/.zshrc, …):

test -r ~/.dir_colors && eval $(dircolors ~/.dir_colors)

Features

Beautiful highlighting for all your bits and bytes.

Support for a wide range of data and node types — From symbolic links, executables up to file system permissions.

Directories with different file system permissions.

Various Unix file types like device files and domain sockets.

Contributing

Nord is an open source project and we love to receive contributions from the community!

There are many ways to contribute, from writing- and improving documentation and tutorials, reporting bugs, submitting enhancement suggestions that can be added to Nord by submitting pull requests.

Please take a moment to read Nord's full contributing guide to learn about the development process, the project's used styleguides, branch organization and versioning model.

The guide also includes information about minimal, complete, and verifiable examples and other ways to contribute to the project like improving existing issues and giving feedback on issues and pull requests.

Copyright © 2017-present Arctic Ice Studio and Sven Greb

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].