FollieHiyuki 9b81f9b07b
Some user configs
- neovim:
    + update lspkind icons for completion
    + start migrating config for nvim-tree.lua
    + update lsp config for sumneko_lua
- scripts:
    + add POSIX clients for PurritoBin (https://bsd.ac)
    + add script to upload to https://0x0.st
2021-10-17 21:48:13 +07:00

5 lines
90 B
Bash
Executable File

#!/bin/sh
website=$(curl -F"file=@${1:--}" "${WEBSITE:-https://0x0.st}")
echo "$website"