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)
- Host: GitHub
- URL: https://github.com/tanmaysinghal98/dark-terminal-profile
- Owner: tanmaysinghal98
- Created: 2019-04-24T10:32:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T13:45:08.000Z (over 6 years ago)
- Last Synced: 2025-02-06T00:42:39.538Z (8 months ago)
- Topics: color-scheme, mac-os, mac-osx, macos, terminal, terminal-colors, terminal-graphics, terminal-theme
- Size: 330 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
