update nerd font and add script

This commit is contained in:
Diego Fernando Carrión 2024-08-22 17:31:15 +02:00
parent 2e27be0901
commit fd12dbb5f6
Signed by: CRThaze
GPG Key ID: 8279B79A1A7F8194
32 changed files with 2 additions and 4 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
printf "$(python -c "print('$1'.encode('utf-16', 'surrogatepass').decode('utf-16').encode('utf-8'))" | perl -pe "s/(^b|')//g")"

View File

@ -4,7 +4,3 @@ set number
set showmode
set showmatch
set autoindent
" Make PgUp and PgDown keys work.
map ^[[5~ ^B
map ^[[6~ ^F