From ddc250b66112ef7e2d3c5c7bb64f7827af4a6865 Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Fri, 16 Dec 2022 10:47:11 -0500 Subject: [PATCH] update(main): move general information from linux and macos to readme --- docs/linux.md | 44 -------------------------------------------- docs/macos.md | 46 +--------------------------------------------- readme.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 89 deletions(-) diff --git a/docs/linux.md b/docs/linux.md index ab1c64c..cf2b2d6 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -1,47 +1,3 @@ -# Dotfiles Readme - -The configurations in this repository are highly inspired by and referenced from [craftzdog](https://github.com/craftzdog/dotfiles-public). - -# Terminal Colourscheme - -## Basic Colours - -- Foreground: #839496 -- Background: #001f27 -- Bold: #93a1a1 -- Links: #005bbb -- Selection: #073642 -- Selected text: #93a1a1 - -## ANSI Colours - -### Normal - -- Black: #073642 -- Red: #dc322f -- Green: #859900 -- Yellow: #b58900 -- Blue: #268bd2 -- Magenta: #d33682 -- Cyan: #2aa198 -- White: #eee8d5 - -### Bright - -- Black: #002b36 -- Red: #cb4b16 -- Green: #586e75 -- Yellow: #657b83 -- Blue: #839496 -- Magenta: #6c71c4 -- Cyan: #93a1a1 -- White: #fdf6e3 - -## Cursor Colours - -- Cursor: #839496 -- Cursor text: #073642 - # Setup Follow the steps below to configure the dotfiles on Ubuntu. diff --git a/docs/macos.md b/docs/macos.md index b957fb5..1dd855e 100644 --- a/docs/macos.md +++ b/docs/macos.md @@ -1,47 +1,3 @@ -# Dotfiles Readme - -The configurations in this repository are highly inspired by and referenced from [craftzdog](https://github.com/craftzdog/dotfiles-public). - -# Terminal Colourscheme - -## Basic Colours - -- Foreground: #839496 -- Background: #001f27 -- Bold: #93a1a1 -- Links: #005bbb -- Selection: #073642 -- Selected text: #93a1a1 - -## ANSI Colours - -### Normal - -- Black: #073642 -- Red: #dc322f -- Green: #859900 -- Yellow: #b58900 -- Blue: #268bd2 -- Magenta: #d33682 -- Cyan: #2aa198 -- White: #eee8d5 - -### Bright - -- Black: #002b36 -- Red: #cb4b16 -- Green: #586e75 -- Yellow: #657b83 -- Blue: #839496 -- Magenta: #6c71c4 -- Cyan: #93a1a1 -- White: #fdf6e3 - -## Cursor Colours - -- Cursor: #839496 -- Cursor text: #073642 - # Setup Follow the steps below to configure the dotfiles on macOS. @@ -176,4 +132,4 @@ This section defines a list of plugins used to customize fish. - [Z](https://github.com/jethrokuan/z) - tracks the directories you visit and jump between them. - [Peco](https://github.com/peco/peco) - Filterting tool. - [Llama](https://github.com/antonmedv/llama) - Terminal file manager. -- [ghq](https://github.com/x-motemen/ghq) - Manage remote repository clones. \ No newline at end of file +- [ghq](https://github.com/x-motemen/ghq) - Manage remote repository clones. diff --git a/readme.md b/readme.md index d733fc4..d74b014 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,48 @@ These are my configuration files for my development environment using Fish (shel There are different branches for each OS. +The configurations in this repository are highly inspired by and referenced from [craftzdog](https://github.com/craftzdog/dotfiles-public). + +# Terminal Colourscheme + +## Basic Colours + +- Foreground: #839496 +- Background: #001f27 +- Bold: #93a1a1 +- Links: #005bbb +- Selection: #073642 +- Selected text: #93a1a1 + +## ANSI Colours + +### Normal + +- Black: #073642 +- Red: #dc322f +- Green: #859900 +- Yellow: #b58900 +- Blue: #268bd2 +- Magenta: #d33682 +- Cyan: #2aa198 +- White: #eee8d5 + +### Bright + +- Black: #002b36 +- Red: #cb4b16 +- Green: #586e75 +- Yellow: #657b83 +- Blue: #839496 +- Magenta: #6c71c4 +- Cyan: #93a1a1 +- White: #fdf6e3 + +## Cursor Colours + +- Cursor: #839496 +- Cursor text: #073642 + # Instructions - [Linux](docs/linux.md)