diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 8877ffb..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2022 Dracula Theme - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index df2f222..0000000 --- a/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# Dracula for [Git](https://git-scm.com) - -> A dark theme for [Git](https://git-scm.com) command line interface. - -![Screenshot](./screenshot.png) - -## Install - -All instructions can be found at [revagomes.github.io/dracula-git](https://revagomes.github.io/dracula-git/) and later on at [draculatheme.com/git](https://draculatheme.com/git). - -## Team - -This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/foobar/graphs/contributors). - -[![Reva Gomes](https://github.com/revagomes.png?size=100)](https://github.com/revagomes) | ---- | -[Reva Gomes](https://github.com/revagomes) | - -## License - -[MIT License](./LICENSE) diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..fc24e7a --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-hacker \ No newline at end of file diff --git a/config/gitconfig b/config/gitconfig deleted file mode 100644 index a51fcb7..0000000 --- a/config/gitconfig +++ /dev/null @@ -1,52 +0,0 @@ -# INCLUDES -# -------- -# Local/Private config goes in the include -[include] - path = ~/.gitconfig.local -# URL ALIASES -# ----------- -# Alias for Dracula Org repositories -[url "https://github.com/dracula/"] - insteadOf = dracula:// -# COLORS -# ------ -# Dracula Dark Theme -[color] - ui = auto -[color "branch"] - current = cyan bold reverse - local = white - plain = - remote = cyan -[color "diff"] - commit = - func = cyan - plain = - whitespace = magenta reverse - meta = white - frag = cyan bold reverse - old = red - new = green -[color "grep"] - context = - filename = - function = - linenumber = white - match = - selected = - separator = -[color "interactive"] - error = - header = - help = - prompt = -[color "status"] - added = green - changed = white - header = - localBranch = - nobranch = - remoteBranch = cyan bold - unmerged = magenta bold reverse - untracked = red - updated = green bold diff --git a/INSTALL.md b/index.md similarity index 85% rename from INSTALL.md rename to index.md index 5ae1f97..b81da03 100644 --- a/INSTALL.md +++ b/index.md @@ -1,25 +1,20 @@ -### [Git](http://git-scm.com/) +--- -#### Introduction +# Git +## Introduction According to [Git documentation](https://git-scm.com/docs/git-config) valid colors are limited to white, black, green, magenta, blue, cyan, yellow, red. Due to the limitation on colors availablility, it appears the best option is to theme your terminal, then adjust the .gitconfig file -#### Install using Git - +## Install using Git If you are a git user, you can install the theme and keep up to date by cloning the repo: - - git clone https://github.com/revagomes/git-cli.git - -or maybe in the future at :) - - git clone https://github.com/dracula/git-cli.git - -#### Install manually - +```shell +git clone https://github.com/revagomes/git-cli.git +``` +## Install manually Download using the [GitHub .zip download](https://github.com/revagomes/git-cli/archive/master.zip) option and unzip them. -#### Activating theme +## Activating theme 1. Install the [Dracula theme](https://draculatheme.com/) on your terminal. - [Alacritty](https://draculatheme.com/alacritty) diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index bef257a..0000000 Binary files a/screenshot.png and /dev/null differ