Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/le-michael/config


https://github.com/le-michael/config

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Linux setup

## Symlinks

```bash
# if using vim
ln -s $HOME/config/.vimrc $HOME/.vimrc
# if using nvim
ln -s $HOME/config/.vimrc $HOME/.config/nvim/init.vim
```

## Jetbrains NF
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/JetBrainsMono

## OMZ
https://ohmyz.sh/

## Terminal Colors
```json
{
"name": "Isotope",
"author": "",
"color": [
"#000000", // black
"#ff0000", // red
"#33ff00", // green
"#ff0099", // pink
"#0066ff", // blue
"#cc00ff", // purple
"#00ffff", // teal
"#d0d0d0", // gray
"#808080", // dark gray
"#ff0000", // red
"#33ff00", // green
"#ff0099", // pink
"#0066ff", // blue
"#cc00ff", // purple
"#00ffff", // teal
"#ffffff" // white
],
"foreground": "#d0d0d0",
"background": "#000000",
"backgroundAlt": "#191929"
}
```