mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-21 03:53:05 -05:00
- 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
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
|
|
website=$(curl -F"file=@${1:--}" "${WEBSITE:-https://0x0.st}")
|
|
echo "$website"
|