This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1;34m -`[;0;0m █████╗ ██████╗ ██████╗██╗ ██╗[1;34m | |
.o+[;0;0m ██╔══██╗██╔══██╗██╔════╝██║ ██║[1;34m | |
`ooo/[;0;0m ███████║██████╔╝██║ ███████║[1;34m | |
`+oooo:[;0;0m ██╔══██║██╔══██╗██║ ██╔══██║[1;34m | |
`+oooooo:[;0;0m ██║ ██║██║ ██║╚██████╗██║ ██║[1;34m | |
-+oooooo+:[;0;0m ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝[1;34m | |
`/:-:++oooo+:[;0;0m \e{cyan}OS\e{reset} \e{lightred}|\e{reset} \e{white}\s\e{reset}[1;34m | |
`/++++/+++++++:[;0;0m \e{cyan}TTY\e{reset} \e{lightred}|\e{reset} \e{white}\l\e{reset}[1;34m | |
`/++++++++++++++:[;0;0m \e{cyan}Host\e{reset} \e{lightred}|\e{reset} \e{white}\n\e{reset}[1;34m | |
`/+++o[0;34moooooooo[1;34moooo/`[;0;0m \e{cyan}Arch\e{reset} \e{lightred}|\e{reset} \e{white}\m\e{reset}[1;34m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# vim: set filetype=ruby: | |
# b - browse Chrome bookmarks with fzf | |
# Usage: if you use a popup, you might want to call `bm full ` | |
# NOTE: You might want to install w3m for the preview window. | |
[[ $1 = full ]] && opts="--height 100%" | |
/usr/bin/ruby -x "$0" | |