Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppiliappan/curie
An upscaled version of scientifica.
https://github.com/oppiliappan/curie
Last synced: 23 days ago
JSON representation
An upscaled version of scientifica.
- Host: GitHub
- URL: https://github.com/oppiliappan/curie
- Owner: oppiliappan
- License: ofl-1.1
- Created: 2018-04-04T08:18:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T14:15:15.000Z (over 5 years ago)
- Last Synced: 2024-11-07T01:04:25.898Z (2 months ago)
- Size: 124 KB
- Stars: 187
- Watchers: 8
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curie
A slightly upscaled version of [scientifica](https://github.com/nerdypepper/scientifica).
## Screenshots
![curiebolditalic.png](https://user-images.githubusercontent.com/23706925/40254621-32fa9640-5ab2-11e8-8ad0-d5a5d78badc8.png)
![curieabc.png](https://user-images.githubusercontent.com/23706925/39848353-7c4ef32a-53d4-11e8-8d7e-04f6a950c856.png)![curiecode.png](https://user-images.githubusercontent.com/23706925/39848352-7c3c59ea-53d4-11e8-825b-1b373ef2f304.png)
## Installation
### Linux
Enable bitmap fonts
```shell
cd /etc/fonts/conf.d/
sudo rm /etc/fonts/conf.d/10* && sudo rm -rf ./70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf
sudo dpkg-reconfigure fontconfig
```Download Curie
```shell
cd ~
git clone https://github.com/nerdypepper/curie
```
Symlink it to your fonts folder
```shell
ln -fs ~/curie/regular/curieMedium-12.bdf ~/.local/share/fonts/curieMedium-12.bdf
ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf
ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf
```### Arch Linux
Curie is available in the AUR as [otb-curie](https://aur.archlinux.org/packages/otb-curie)