The script has been moved to: https://github.com/hinell/dotfiles/blob/main/bash-scripts/kubuntu-neovim-config.sh
This gist will be removed by the end of the year.
October 30, 2023
The script has been moved to: https://github.com/hinell/dotfiles/blob/main/bash-scripts/kubuntu-neovim-config.sh
This gist will be removed by the end of the year.
October 30, 2023
Here is why:
| #!/usr/bin/env -S bash | |
| # Title.......: unicode-emoji-remove.sh | |
| # Summary.....: Unicode tool to strip emoji & icons from textual file | |
| # Version.....: 1.0.0 | |
| # Created.....: September 18, 2023 | |
| # Authors.....: Alex A. Davronov <al.neodim@gmail.com> (2023-) | |
| # Repository..: N/A | |
| # Description.: Strip emoji & icons from textual file | |
| # Thanks to Marc Durdin (https://stackoverflow.com/a/67495684) | |
| # Usage.......: Use --help |