diff options
author | Aaditya Dhruv <[email protected]> | 2022-07-14 11:15:28 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-07-14 11:15:28 -0700 |
commit | c1dcbf49d1e9b78574b8264dad1d8b359a104daf (patch) | |
tree | dd1c07ad60b2bbfac58b98a8867610e6e72e258f | |
parent | c4685b68f200c1379a3cb1333ff281c9a27cc0b0 (diff) |
font setup
-rw-r--r-- | MesloLGS NF Bold Italic.ttf | bin | 0 -> 1260156 bytes | |||
-rw-r--r-- | MesloLGS NF Bold.ttf | bin | 0 -> 1301900 bytes | |||
-rw-r--r-- | MesloLGS NF Italic.ttf | bin | 0 -> 1251424 bytes | |||
-rw-r--r-- | MesloLGS NF Regular.ttf | bin | 0 -> 1292408 bytes | |||
-rw-r--r-- | font-setup.sh | 4 |
5 files changed, 4 insertions, 0 deletions
diff --git a/MesloLGS NF Bold Italic.ttf b/MesloLGS NF Bold Italic.ttf Binary files differnew file mode 100644 index 0000000..be059c0 --- /dev/null +++ b/MesloLGS NF Bold Italic.ttf diff --git a/MesloLGS NF Bold.ttf b/MesloLGS NF Bold.ttf Binary files differnew file mode 100644 index 0000000..6142dd0 --- /dev/null +++ b/MesloLGS NF Bold.ttf diff --git a/MesloLGS NF Italic.ttf b/MesloLGS NF Italic.ttf Binary files differnew file mode 100644 index 0000000..90ca569 --- /dev/null +++ b/MesloLGS NF Italic.ttf diff --git a/MesloLGS NF Regular.ttf b/MesloLGS NF Regular.ttf Binary files differnew file mode 100644 index 0000000..e9e4de5 --- /dev/null +++ b/MesloLGS NF Regular.ttf diff --git a/font-setup.sh b/font-setup.sh new file mode 100644 index 0000000..da8dd9e --- /dev/null +++ b/font-setup.sh @@ -0,0 +1,4 @@ +echo "Making fonts directory..." +mkdir -p ~/.local/share/fonts/ +echo "Moving Meslo fonts to ~/.local/share/fonts ..." +mv Meslo* ~/.local/share/fonts |