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
- Host: GitHub
- URL: https://github.com/frontendfixer/dots
- Owner: frontendfixer
- License: mit
- Created: 2023-02-21T10:30:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T13:53:15.000Z (over 1 year ago)
- Last Synced: 2025-01-31T06:48:11.733Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


### My neo vim config are taken and tweak from _Neovim from scratch_
`I use Dracula Colorscheme`
https://github.com/LunarVim/Neovim-from-scratch.git

## my color scheme

```
! 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
```
