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

https://github.com/frontendfixer/dots

My own linux build configaration for various linux distro
https://github.com/frontendfixer/dots

Last synced: over 1 year ago
JSON representation

My own linux build configaration for various linux distro

Awesome Lists containing this project

README

          

# .config

## These are my personal config which I use in a daly basis

`Software I use`

Distribution | Fedora 37 (i3-spin)
------------- | -------------
WM | qtile
Terminal | kitty
font | Cascadia Code
prompt | starship
Theme | Dracula
Icon | Papirus-Dark
Fetch tool | neofetch
Editor | NeoVim
File Explorer | Thunar

![Screenshot of Kitty with fetch](https://imgur.com/D7c1Pwm.png)

![Screenshot of Neovim](https://imgur.com/bjH3Zrh.png)
### My neo vim config are taken and tweak from _Neovim from scratch_

`I use Dracula Colorscheme`

https://github.com/LunarVim/Neovim-from-scratch.git

![Screenshot of Thunar](https://imgur.com/tDPwMhQ.png)
## my color scheme

![colorscheme](https://i.imgur.com/GDnSX6H.png)

```
! black
*.color0: #1a1a1e
*.color8: #404040

! red
*.color1: #f24054
*.color9: #f28080

! green
*.color2: #40f260
*.color10: #80f280

! yellow
*.color3: #f2f260
*.color11: #f2f280

! blue
*.color4: #8060f2
*.color12: #a480f2

! magenta
*.color5: #f240f2
*.color13: #f280c4

! cyan
*.color6: #00bcd4
*.color14: #00e5ff

! white
*.color7: #d0d0d0
*.color15: #ececec

```

![Screenshot of terminal](https://imgur.com/wqH9K3h.png)