Skip to content

Instantly share code, notes, and snippets.

echo -e "\e[34
◀▶\e[33m ╔╗ \e[33m┬─┐\e[92m┌─┐\e[96m┌─┐\e[96m┬┌─\e[154┌─┐\e[25m┌┐┌
◀▶\e[31m ╠╩╗\e[31m├┬┘\e[93m├─┤\e[93m│ \e[92m├┴┐\e[34├┤\e[96m │││
◀▶ \e[31m╚═╝\e[33m┴└─\e[96m┴ ┴\e[99m└─┘\e[93m┴ ┴\e[34└─┘\e[35m┘└┘
\e[92mhttps://bracken.io
\e[92mhttps://bra.ke.qq.com
"
@Obooman
Obooman / default.less
Created December 25, 2018 03:07
bimops default style.
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
@import '../color/colors';
// The prefix to use on all css classes from ant.
@ant-prefix : ant;
// -------- Colors -----------
@primary-color : @ops-blue;
@info-color : @blue-6;
@success-color : @green-6;
@Obooman
Obooman / inkscape stroke to path script.sh
Created July 1, 2019 13:59
Bash use inkscape turn stroked svg line into filled sharps.
inkscape -f /Users/oboo_chin/Downloads/feather/align-left.svg --verb="EditSelectAll" --verb="EditSelectSameStrokeStyle" --verb="StrokeToPath" --verb="SelectionUnion" --verb="FileSave" --verb="FileQuit"
@Obooman
Obooman / profile.json
Last active October 22, 2020 04:44
mac-like microsoft terminal profile with ubuntu as default.
// This file was initially generated by Windows Terminal 1.3.2651.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff45bf}",
"initialRows": 20,