An open API service indexing awesome lists of open source software.

https://github.com/tanmaysinghal98/dark-terminal-profile

Color schemes for default macOS Terminal.app (Dark)
https://github.com/tanmaysinghal98/dark-terminal-profile

color-scheme mac-os mac-osx macos terminal terminal-colors terminal-graphics terminal-theme

Last synced: 7 months ago
JSON representation

Color schemes for default macOS Terminal.app (Dark)

Awesome Lists containing this project

README

          

# Dark-Terminal-Profile
Color schemes for default macOS Terminal.app (Dark)

## Prerequisite
Since terminal themes are just color schemes, you need to enable color formatting for your shell first. For that, execute the following commands in order:
```
echo "export CLICOLOR=1" >> ~/.bash_profile
```
```
echo "export LSCOLORS=dxGxBxDxCxEgEdxbxgxcxd" >> ~/.bash_profile
```
```
echo "export PS1='\[\033[1;32m\]\h:\[\033[1;34m\]\W \[\033[1;35m\]\u\[\033[1;33m\]\$ \[\033[m\]'" >> ~/.bash_profile
```

## Installation Instructions
- Clone or download this repository.
- Double click on selected `Tanmay Dark.terminal` file. It will open a new Terminal window with that color scheme.
- Set the scheme as the default one with `Shell -> Use Settings as Default`

## Screenshot
![Screenshot](demo.png)