update(main): move general information from linux and macos to readme

This commit is contained in:
juancwu 2022-12-16 10:47:11 -05:00
commit ddc250b661
No known key found for this signature in database
3 changed files with 43 additions and 89 deletions

View file

@ -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 # Setup
Follow the steps below to configure the dotfiles on Ubuntu. Follow the steps below to configure the dotfiles on Ubuntu.

View file

@ -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 # Setup
Follow the steps below to configure the dotfiles on macOS. 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. - [Z](https://github.com/jethrokuan/z) - tracks the directories you visit and jump between them.
- [Peco](https://github.com/peco/peco) - Filterting tool. - [Peco](https://github.com/peco/peco) - Filterting tool.
- [Llama](https://github.com/antonmedv/llama) - Terminal file manager. - [Llama](https://github.com/antonmedv/llama) - Terminal file manager.
- [ghq](https://github.com/x-motemen/ghq) - Manage remote repository clones. - [ghq](https://github.com/x-motemen/ghq) - Manage remote repository clones.

View file

@ -4,6 +4,48 @@ These are my configuration files for my development environment using Fish (shel
There are different branches for each OS. 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 # Instructions
- [Linux](docs/linux.md) - [Linux](docs/linux.md)