mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-13 17:18:37 +02:00
62 lines
1.6 KiB
Bash
62 lines
1.6 KiB
Bash
#!/bin/bash
|
|
# Seti-UI + Custom (50 icons, 6 aliases)
|
|
# Codepoints: E5FA-E62B
|
|
test -n "$__i_seti_loaded" && return || __i_seti_loaded=1
|
|
i='' i_custom_folder_npm=$i
|
|
i='' i_custom_folder_git=$i
|
|
i_custom_folder_git_branch=$i_custom_folder_git
|
|
i='' i_custom_folder_config=$i
|
|
i='' i_custom_folder_github=$i
|
|
i='' i_custom_folder_open=$i
|
|
i='' i_custom_folder=$i
|
|
i='' i_seti_stylus=$i
|
|
i='' i_seti_project=$i
|
|
i='' i_seti_play_arrow=$i
|
|
i='' i_seti_sass=$i
|
|
i='' i_seti_rails=$i
|
|
i='' i_seti_ruby=$i
|
|
i='' i_seti_python=$i
|
|
i='' i_seti_heroku=$i
|
|
i='' i_seti_php=$i
|
|
i='' i_seti_markdown=$i
|
|
i='' i_seti_license=$i
|
|
i='' i_seti_json=$i
|
|
i_seti_less=$i_seti_json
|
|
i='' i_seti_javascript=$i
|
|
i='' i_seti_image=$i
|
|
i='' i_seti_html=$i
|
|
i='' i_seti_mustache=$i
|
|
i='' i_seti_gulp=$i
|
|
i='' i_seti_grunt=$i
|
|
i='' i_seti_default=$i
|
|
i_seti_text=$i_seti_default
|
|
i='' i_seti_folder=$i
|
|
i='' i_seti_css=$i
|
|
i='' i_seti_config=$i
|
|
i='' i_seti_npm=$i
|
|
i='' i_seti_home=$i
|
|
i='' i_seti_ejs=$i
|
|
i='' i_seti_xml=$i
|
|
i='' i_seti_bower=$i
|
|
i='' i_seti_coffee=$i
|
|
i_seti_cjsx=$i_seti_coffee
|
|
i='' i_seti_twig=$i
|
|
i='' i_custom_cpp=$i
|
|
i='' i_custom_c=$i
|
|
i='' i_seti_haskell=$i
|
|
i='' i_seti_lua=$i
|
|
i='' i_indent_line=$i
|
|
i_indentation_line=$i_indent_line
|
|
i_indent_dotted_guide=$i_indent_line
|
|
i='' i_seti_karma=$i
|
|
i='' i_seti_favicon=$i
|
|
i='' i_seti_julia=$i
|
|
i='' i_seti_react=$i
|
|
i='' i_custom_go=$i
|
|
i='' i_seti_go=$i
|
|
i='' i_seti_typescript=$i
|
|
i='' i_custom_msdos=$i
|
|
i='' i_custom_windows=$i
|
|
i='' i_custom_vim=$i
|
|
unset i
|