You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška
e882d50288
|
6 years ago | |
---|---|---|
Fork-Awesome@285008117b | 6 years ago | |
output | 6 years ago | |
patcher | 6 years ago | |
.gitignore | 6 years ago | |
.gitmodules | 6 years ago | |
README.md | 6 years ago | |
build.sh | 6 years ago | |
install.sh | 6 years ago | |
refresh-templates.sh | 6 years ago | |
screenshot.png | 6 years ago |
README.md
Fork-Awesome customizer
This is a little hack to let you generate custom Fork-Awesome builds with only a subset of icons.
How to use
- Make sure you cloned this repository recursively, i.e. the
Fork-Awesome/
folder is not empty.- You can fix that by running
git submodule init
andgit submodule update
- You can fix that by running
- Run
./install.sh
. This should prepare the FA submodule for building the font. - Verify that files
wanted.all.ini
andwanted.none.ini
have been created.- You can update Fork-Awesome and these files at any time by running
./install.sh
again.
- You can update Fork-Awesome and these files at any time by running
- Copy either of the "wanted" templates to
wanted.ini
, and customize it as needed.- Lines starting with
#
will be excluded. - Use the FA icons page for reference.
- Lines starting with
- Run
./build.sh
to build your customized font. - Retrieve your output files from the
output/
directory.
Note: The "woff" file may fail to build, resulting in the make target in Fork-Awesome/src/icons
failing.
This shouldn't be a problem, as the fonts are already built.